.form input, .form select, .form textarea {
	font-size: 1em;
}

.form .field {
    display: block;
    margin: 0 auto;
    padding: .2em;
    color: #5A8295;
    clear:both;
    text-align: right;
    position: relative;
    zoom: 1;
    z-index: 100;
}

.form .field label, .form .field .mandatory-field {
    display:block;
    float:left;
    text-align: left;
    font-weight: bold;
}

.form .field label {
    width: 38%;
    color:#5A8295;
}

.form .field label a {
    color:#5A8295;
}

.form .field .mandatory-field {
    color: red;
}

.form .field input, .form .field textarea, .form ul.checkbox_tree, .form .mceEditor, .form .field select {
    width: 60%;
    padding:0;
    margin:0;
    background-color: #fff;
    border: 1px #5A8295 solid;
}

.form .field .radio_list {
	width: 60%;
	float: right;
}

.form .field .radio_list input, .form .field .radio_list label {
	width: auto;
}

.form .field input:focus, .form .field textarea:focus, .form .field select:focus {
	background-color: #FFFFD5;
}

.form .field.datepicker select {
    width: auto;
}

.form .field input, .form .field select, .form .field .checkbox_tree {
    height: 1.5em;
}

.form .field textarea{
    height: 9em;
}

.form .field textarea {
	font-family: inherit;
}

.form .field .checkbox_tree {
    height: auto;
}

.form .actions {
    text-align: center;
    margin: .5em auto;
    font-size: 1em;
    clear:both;
}

.form .actions input {
    border:0;
    padding: .2em .5em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0,#80C4E8), color-stop(.5,#A4D1ED), color-stop(1,#80C4E8));
    background: -moz-linear-gradient(center top, #80C4E8 0%, #A4D1ED 50%, #80C4E8 100%);
    background: linear-gradient(center top, #80C4E8 0%, #A4D1ED 50%, #80C4E8 100%);
    -pie-background: linear-gradient(center top, #80C4E8 0%, #A4D1ED 50%, #80C4E8 100%);
    behavior: url(/css/pie.htc);
    color:#1A2F64;
    font-size: 1.2em;
    font-weight: bold;
    width: auto;
    cursor: pointer;
}

.form .field .error_list, .error {
	background-color: #EFB595;
	color: #AF440A;
	font-weight: bold;
	padding: 0.3em;
}

.form .flash.error {
	text-align: right;
	margin-bottom: 5px;
}

.notice {
	background-color: #FFFFCC;
	font-weight: bold;
	padding: 0.3em;
}

.form .field .error_list {
	width: 98%;
	margin: 2px 0;
/*	position: absolute;
	zoom: 1;
	z-index: 101;
	top: 0;
	right: 0;
*/
}

.form .field input.character-count {
	width: 3em;
	margin-left: 1em;
}

.form .field label.different-reshipment, #different-reshipment,
.form .field label.termsofuse, #sf_guard_user_accept { width:auto; }

.add-product, .delete {
    cursor: pointer;
    font-weight:bold;
    margin-bottom:5px;
    display:block;
    text-decoration: underline;
}
