.sch_form_container {
	margin: 23px auto auto;
	width: 432px;
}

.sch_form_field_container {
	background-color: #E9E9E9;
	color: #333333;
	font-size: 12px;
	margin-top: 1px;
	padding: 10px;
	width: 412px;
}

.sch_form_field_name {
	margin-bottom: 5px;
}

.sch_form_field_description {
	color: #999999;
	margin-bottom: 5px;
}

.sch_form_field input[type="text"],
.sch_form_field input[type="email"],
.sch_form_field input[type="number"],
.sch_form_field input[type="url"],
.sch_form_field input[type="password"],
.sch_form_field select,
.sch_form_field textarea {
	width: 400px;
	background-color: #FFFFFF;
	border: 1px solid #CACACA;
	color: #333333;
	font-family: sch_text;
	font-size: 12px;
	padding: 5px;
	resize: none;
}

.sch_form_field select[multiple] {
	height: 88px !important;
}

.sch_form_field select {
	width: 412px;
	padding: 4px 1px 4px 1px;
}

.sch_form_field > label,
.sch_form_field > a {
	display: inline-block;
	margin: -2px 0 0 5px;
	vertical-align: top;
}

.sch_form_button_container {
	background-color: #E9E9E9;
	margin: auto;
	padding: 0 10px 10px 10px;
	text-align: right;
	width: 412px;
}

button {
	background-color: #A4492B;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	margin-left: 5px;
	padding: 5px 0 5px 0;
	width: 120px;
	font-family: sch_text;
	height: 28px;
}

button:hover {
	background-color: #CC6340;
}

button[disabled] {
	background-color: #999999;
	cursor: default;
	color: #CCCCCC;
}

.form_field_valid_data {
	background: #FFFFFF url('../images/layout/tick.png') no-repeat 99% 50%;
}

.form_field_invalid_data {
	background: #FFFFFF url('../images/layout/x.png') no-repeat 99% 50%;
}

.sch_form_field ul li {
	margin-bottom: 5px;
}
.sch_form_field ul li:last-child {
	margin-bottom: 0;
}

.sch_form_field_row {
	display: block;
	margin-bottom: 5px;
}
.sch_form_field_row:last-child {
	margin-bottom: 0;
}

.sch_form_field_row > label {
	margin-left: 5px;
}

.sch_form_image {
    width: 412px;
}

.sch_form_image div {
    display: inline-block;
    vertical-align: top;
}

.sch_form_image_thumb {
    width: 70px;
    height: 86px;
}

.sch_form_image_thumb > a > img {
    border: 1px solid #CACACA;
	padding: 2px;
}

.sch_form_image_thumb > a > img:hover {
    opacity: 0.8;
}

.sch_form_image_field {
    width: 330px;
    text-align: center;
    line-height: 84px;
    height: 84px;
    margin-left: 10px;
    background-color: #FFFFFF;
    border: #CACACA solid 1px;
}

.sch_form_image_field > input[type="file"] {
    font-size: 10px;
    color: #333333;
}

.sch_form_delete {
    margin-top: -4px;
    width: 70px;
    height: 16px;
    background-color: #CACACA;
}

.sch_form_delete > a {
    font-size: 9px;
    background-color: #CACACA;
    height: 16px;
    text-align: center;
    display: block;
    line-height: 15px;
}

.sch_form_delete > a:hover {
    background-color: #999999;
}

#user_profile_user_date_of_birth_day {
	width: 131px;
	margin-right: 10px;
}

#user_profile_user_date_of_birth_month {
	width: 130px;
	margin-right: 10px;
}

#user_profile_user_date_of_birth_year {
	width: 131px;
}