/* Common Form Settings */


.form_custom dl,
.form_framed dl {
	padding-bottom: 15px;
}

.form_custom dl dd.field,
.form_framed dl dd.field{
	position: relative;
	overflow: hidden;
}


.form_framed dl.form_buttons,
.form_custom dl.form_buttons {
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	/*.display: inline-block;*/
}

.form_custom .form_buttons dd,
.form_framed .form_buttons dd {
	float: right;
}

.form_custom .form_buttons .button,
.form_framed .form_buttons .button {
	margin-left: 5px;
}

.form_framed .field div,
.form_custom .field div {
	background: url(../images/field_gray.png) no-repeat;
	width: 165px;
	padding: 0 10px;
	height: 33px;
}

.form_framed .field div input,
.form_custom .field div input {
	background: none;
	padding: 6px 0;
	/*.padding: 5px 0;*/
	margin: 0;
	border: 0;
	line-height: 21px;
	height: 21px;
	width: 100%;
	font-size: 12px;
	_position: relative;
	_z-index: 2;
}

@-moz-document url-prefix() { /* For Firefox */

.form_framed .field div input,
.form_custom .field div input {
	padding: 9px 0;
	height: 15px;
	line-height: 15px;
}

}

.row_checkbox .field div {
	background: none;
	width: auto;
	height: auto;
	padding: 0;
}

.row_checkbox .field div input {
	padding: 0;
	line-height: normal;
	width: auto;
	height: auto;
	float: left;
	margin: 3px 5px 0 0;
	/*.margin: 0;*/
}

.form_custom .form_error,
.form_framed .form_error {
	background: #ffc7c7;
	color: #e20000;
	border: 1px solid #e20000;
	padding: 0.3em 0.6em;
	display: block;
	float: left;
	margin-top: 0.3em;
}

.form_custom .form_error i,
.form_framed .form_error i {
	float: left;
	display: inline;
	width: 13px;
	height: 13px;
	background: url(../images/icon_error.png) no-repeat;
	font-size: 0;
	line-height: 0;
	margin-right: 3px;
	position: relative;
	bottom: -2px;
}

/* Form Custom */

.form_custom .label {
	float: left;
	margin-right: -100%;
	text-align: right;
	width: 70px;
	line-height: 33px;
}

.form_custom .field {
	padding-left: 80px;
}

.form_custom .field div {
	background: url(../images/field_blue.png) no-repeat;
}

.form_custom .field div input:focus {
	outline: none;
}

.form_custom .form_buttons dt {
	font-size: 80%;
	color: #8fb2c2;
}

/* Form framed */

.form_framed dl {
	float: left;
	width: 50%;
}

.form_framed .label {
	margin-bottom: 0.2em;
}

.form_framed dl.form_buttons,
.form_framed dl.form_clear {
	float: none;
	clear: both;
	width: 100%;
}

.form_framed .comment {
	margin-top: 0.2em;
	display: block;
}

.form_framed select {width:185px;}
.form_framed .country .fmSelect {width:185px !important;position:relative;top:1px;}
.form_framed .country .fmSelect ul {margin-top:-1px !important;}