/* title */
div.form_title {
	float: left;
	width: 100%;
	height: 23px;
	padding-bottom: 15px;
}

div.form_title div {
	float: left;
	height: 20px;
	background: url('../i/details/form_title.gif') repeat-x left top;
	padding: 3px 2% 0 2%;
	width: 96%;
	white-space: nowrap;
	overflow: hidden;
}

div.form_title div h3 {
	float: left;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
}

/* form */
.js_form {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.js_form dl {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.js_form dl dd, .js_form dl dt {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

.js_form .submit, .js_form .submit:hover {
	background-image: url('../i/details/btn_share.gif');
	border:0 none;
	color:#5B5B5B;
	font-weight:bold;
	height:18px;
	line-height:18px;
	width:75px;
}

.js_form .submit:hover {
	background-image: url('../i/details/btn_share_hover.gif');
}

.js_form .capthcer input.error {
	background: #fff;
	border: 1px solid #aaa;
	height: 17px;
	color: #000;
}

/* forms */
/* type 1 */
.js_formType1 dl dt {
	width: 90px;
	padding-right: 7px;
	text-align: right;
}

.js_formType1 dl dt.elementCheckbox {
	width: 500px;
	padding-right: 0px;
	text-align: left;
}

.js_formType3 dl dt.elementCheckbox  {
	width: 440px !important;
}

.js_formType3 dl dt.elementCheckbox label.optional {
	font-weight: bold !important;
}

.js_formType1 dl dt.elementCheckbox label.optional {
	float: left;
	font-weight: normal;
	margin: 0;
}

.js_formType1 dl dd.elementCheckbox {
	width: 90px;
	padding-right: 7px;
	text-align: right;
}

.js_formType3 dl dd.elementCheckbox {
	width: 150px !important;
}

.js_formType1 dl dd.elementCheckbox input.text {
	height: 15px;
	width: 15px;
	float: right;
	border: 0 none;
}

.js_formType1 dl dt label.optional, .js_formType1 dl dt label.required {
	white-space: nowrap;
	float: right;
	margin-top: 3px;
	font-size: 12px;
	overflow: hidden;
	font-weight: bold;
}

.js_formType1 dl dt label.required {
	padding-left: 8px;
	background: url(../i/details/label_star.gif) no-repeat left 3px;
}

.js_formType1 dl dd label.error, .js_formType1 label.error {
	float: left;
	color: #ff0000;
	font-size: 10px;
	margin: 5px 0 0 10px;
	display: inline;
	font-weight: bold;
	white-space: nowrap;
	font-style: normal;
}

.js_formType1 dl dd ul.errors, .js_formType1 ul.errors {
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	display: inline;
}

.js_formType1 dl dd ul.errors li, .js_formType1 ul.errors li {
	float: left;
	padding: 0;
	background: 0 none;
	text-align: left;
	color: #ff0000;
	font-size: 10px;
	margin: 0;
	font-weight: bold;
	white-space: nowrap;
	font-style: normal;
}

.js_formType1 dl dd label.error br, .js_formType1 label.error br {
	display: none;
}

.js_formType1 dl dt input.checkbox {
	float: right;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 0;
	_margin: -1px -3px 0 0;
}

*+html .js_formType1 dl dt input.checkbox {
	margin: -1px -3px 0 0;
}

.js_formType1 dl dd {
	width: 500px;
}

.js_formType1 dl dd select.text {
	background: #fff;
	color: #000;
	float: left;
	border: 1px solid #adadaf;
	width: 175px;
}

.js_formType1 dl dd input.text {
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	height: 17px;
	width: 170px;
	padding: 2px 2px 0 2px;
	float: left;
	margin: 0;
}

.js_formType1 dl dd textarea {
	background: #fff;
	border: 1px solid #aaa;
	width: 174px;
	height: 60px;
	margin: 0;
	float: left;
	padding: 0;
}

.js_formType1 dl dd label.required {
	padding-left: 8px;
	background: url('../i/details/label_star.gif') no-repeat left 3px;
}

.js_form .submit, .js_form .submit:hover {
	background-image: url('../i/details/btn_share.gif');
	border:0 none;
	color:#5B5B5B;
	font-weight:bold;
	height:18px;
	line-height:18px;
	width:75px;
}

.js_form .submit:hover {
	background-image: url('../i/details/btn_share_hover.gif');
}

.js_form .capthcer input.error {
	background: #fff;
	border: 1px solid #aaa;
	height: 17px;
	color: #000;
}

/* type 2 */
.js_formType2 dl dt {
	width: 50px;
	padding-right: 7px;
	text-align: right;
}

.js_formType2 dl dt.elementCheckbox {
	width: 200px;
	padding-right: 0px;
	text-align: left;
}

.js_formType2 dl dt.elementCheckbox label.optional {
	float: left;
	font-weight: normal;
	margin: 0;
}

.js_formType2 dl dd.elementCheckbox {
	width: 90px;
	padding-right: 7px;
	text-align: right;
}

.js_formType2 dl dd.elementCheckbox input.text {
	height: 15px;
	width: 15px;
	float: right;
	border: 0 none;
}

.js_formType2 dl dt label.optional, .js_formType2 dl dt label.required {
	white-space: nowrap;
	float: right;
	margin-top: 3px;
	font-size: 12px;
	overflow: hidden;
	font-weight: bold;
}

.js_formType2 dl dt label.required {
	padding-left: 8px;
	background: url(../i/details/label_star.gif) no-repeat left 3px;
}

.js_formType2 dl dd label.error, .js_formType2 label.error {
	float: left;
	color: #ff0000;
	font-size: 10px;
	margin: 5px 0 0 0;
	display: inline;
	font-weight: bold;
	font-style: normal;
}

.js_formType2 dl dd ul.errors, .js_formType2 ul.errors {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	display: inline;
}

.js_formType2 dl dd ul.errors li, .js_formType2 ul.errors li {
	float: left;
	padding: 0;
	background: 0 none;
	text-align: left;
	color: #ff0000;
	font-size: 10px;
	margin: 0;
	font-weight: bold;
	white-space: nowrap;
	font-style: normal;
}

.js_formType2 dl dd label.error br, .js_formType2 label.error br {
	display: none;
}

.js_formType2 dl dt input.checkbox {
	float: right;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 0;
	_margin: -1px -3px 0 0;
}

*+html .js_formType2 dl dt input.checkbox {
	margin: -1px -3px 0 0;
}

.js_formType2 dl dd {
	width: 200px;
}

.js_formType2 dl dd select {
	background: #fff;
	color: #000;
	float: left;
	border: 1px solid #adadaf;
	width: 175px;
}

.js_formType2 dl dd input.text {
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	height: 17px;
	width: 170px;
	padding: 2px 2px 0 2px;
	float: left;
	margin: 0;
}

.js_formType2 dl dd textarea {
	background: #fff;
	border: 1px solid #aaa;
	width: 174px;
	height: 60px;
	margin: 0;
	float: left;
	padding: 0;
}

.js_formType2 dl dd label.required {
	padding-left: 8px;
	background: url('../i/details/label_star.gif') no-repeat left 3px;
}

/* Admin forms adjustments */
.js_formType3 dl dt {
    width: 150px;
}
.js_formType3 dl dt label.optional, .js_formType3 dl dt label.required {
    color: #434343;
}
.js_formType3 dl dd {
    width: 440px;
}
.js_formType3 dl dd textarea.editorArea {
    width: 440px;
    height: 300px;
}

/* Admin forms adjustments */
.js_formTypeBlocks dl dt {
    width: 112px !important;
}
.js_formTypeBlocks dl dd {
    width: 420px !important;
}
.js_formTypeBlocks .field {
    width: 211px !important;
    height: 18px !important;
}
.js_formTypeBlocks select.field {
    width: 216px !important;
}

