/*--------------------------------FORMS----------------------------------*/
form { padding:0px; margin:0px; }
input, textarea, select { height:16px; margin-bottom:8px; color:#757575; font-size:12px; border:1px solid #D8D8D8; background-color:#fff; }
textarea { height:60px; font-family:Arial, Helvetica, sans-serif; overflow:auto; }
.select { height:20px; border:1px solid #E4E4E4; border-top:1px solid #E4E4E4; border-right:1px solid #E4E4E4; }
.checkbox { padding:0px; margin:0px 5px 0px 0px; border:none; background:transparent; color:#666; }
.radio	{ padding:0px; margin:0px; border:none; background:transparent; }
input[disabled]:active, input[disabled], select[disabled]:active, select[disabled], textarea[disabled]:active, textarea[disabled] {
color:#999999!important; background:transparent!important;
}
.button { height:auto; margin-bottom:0px; cursor:pointer; color:#fff; padding:0px 4px 0px 4px; background-color:#733547; border:solid 1px #6C3143; }
.button:hover { background-color:#602838; }

.box_darkpink input {width:97%; height:16px; padding:2px; background-color:#93596D; border:solid 1px #A46A7E; color:#FFF;}
.box_darkpink input.button {width:auto; height:auto; padding:0px 4px 0px 4px; background-color:#733547; border:solid 1px #6C3143;}
.box_darkpink input.button:hover {background-color:#602838;}

/*----------------------------- VALIDATION STUFF -----------------------*/
em.error {  background:url("../images/error.gif") no-repeat 2px -1px; height:17px; padding-left: 20px; font-size:11px; color:#990000; }
em.success { background:url("../images/ok.gif") no-repeat 2px -1px; height:17px; padding-left: 20px; font-size:11px; color:#060; }
input.error { /*#A90000 background-color:#F8E5E5*/ height:16px; border:1px solid #FC3; padding: 2px; background-color:#FFFBCF; }
textarea.error { border:1px solid #FC3; padding: 2px; background-color:#FFFBCF;	}
/* input.valid { border:1px solid #090; padding: 2px; background-color:#CFC; }*/

/*----------------------------- BUTTONS -----------------------------*/
.btnUp { width:16px; height:12px; background:url('../images/btn_arrow.gif') no-repeat left top; cursor:pointer; border:none; }
.btnUp:hover { background:url('../images/btn_arrow.gif') no-repeat left bottom; }
.btnDown { width:16px; height:12px; background:url('../images/btn_arrow.gif') no-repeat right top; cursor:pointer; border:none; }
.btnDown:hover { background:url('../images/btn_arrow.gif') no-repeat right bottom; }
