/* @override http://cveer.doraemon.cubica/css/form_thickbox.css */

.modal {
	background: #5e8301;
}
.modal fieldset {
	padding: 15px 0 15px 20px;
}

.modal form {}

#ajax_form h6 {
	margin: 10px 0 20px 0;
	color: #5e8301;}

#ajax_form h5 {
	padding: 0px;
	font-size: 22px;
	color: #5e8301;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	position: absolute;
	top: -35px;
}
.modal fieldset fieldset legend {
	padding: 0 0 15px;
	font-size: 1em;
}
* html legend {
	margin-left: -7px;
} /* ie6 */
*+html legend {
	margin-left: -7px;
} /* ie7 */
.modal form .field, .modal form .buttons {
	clear: both;
	margin: 0 0 5px 0;
}
.modal form .field label {
	display: block;
	font-size: 11px; padding: 5px 0;
}
.modal form ul.fields {
	padding: 0;
	margin: 0;	
}
.modal form ul.fields li {
	list-style-type: none;
	margin: 0;
}
.modal form ul.inline li, .modal form ul.inline label {
	display: inline;
}
.modal form ul.inline li {
	padding: 0 5px 0 0;
}
.modal input.radio, .cmodal input.checkbox {
	vertical-align: top;
}
.modal label, .modal button, .modal input.submit, .modal input.image {
	cursor: pointer;
}
* html input.radio, * html input.checkbox {
	vertical-align: middle;
} /* ie6 */
*+html input.radio, *+html input.checkbox {
	vertical-align: middle;
} /* ie7 */


.modal textarea,
.modal #username,
.modal #pass,
.modal #rpass,
.modal #npass,
.modal #email,
.modal #AccountPassword,
.modal input.text,
.modal input.pass,
.modal #AccountUsername,
.modal #AccountPassword
 {
	width: 250px;
	border:1px solid #CCC;
	float: left;
}
.modal textarea {
	overflow: auto;
}
.modal input.text, .modal input.pass, .modal #AccountUsername, .modal #AccountPassword  {
	margin: 0;
	font: 18px Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	height: 20px;
	line-height: 18px;
	float: left;
}
.modal textarea {
	margin: 0;
	font: 15px Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	line-height: 20px;
	height: 90px;
	width: 300px;
}
.modal input.text, .modal input.pass, .modal textarea, .modal input#AccountUsername, .modal #AccountPassword {
	padding: 4px 2px 2px 2px;
	height: 25px;
}

.modal select {
	padding: 3px;
	width: 200px;
	border:1px solid #CCC;
	float: left;
	}
	

/* horizontal layout */
.modal form.horizontal .field {
	padding-left: 210px;
	margin-top: 0px;
	width: 490px;
	display: inline-block;
	clear: both;
}
.modal form.horizontal .field label {
	display: inline;
	float: left;
	width: 200px;
	margin-left: -210px;
	font-size: 13px;
	line-height: 20px;
	text-align:right;
	font-weight: 700;
}

label span { color: #5e8301; padding: 5px 0; display: block;}

.modal div.buttons {
	margin-left: 0px;
}
/* exp */

.expl {
	clear: both;
	width: 100%;
	display:block;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0 0 0;
	font-weight: 400;
}
.space_error {
	clear: both;
	height: 23px;
	overflow:hidden;
	}
.message, .message_valid {
	line-height: 23px;
	font-size: 13px;
	clear: both;
}

.message {
	color: #bb711a;
}
.message_valid {
	color: #5E8301;
}



.message ul li { padding: 5px 0; color: red;}

.modal form.horizontal ul.field label {
	margin-left: 0px;
	clear: both;
	text-align: left;
	color: #FFF;
	font-weight: 400;
}

.termsandcond .message { clear: both; display: inline; margin: 0; font-weight: normal;}

.modal {
	/*width: 700px;*/
	margin: 0 auto;}

#ajax_form {
	background: #fffea4;
	background: #dce4c8;
	position: relative;}




#AccountEditForm {
	float:left;
	width: 350px;}

.half { float: left; width: 330px;}

#AccountRegisterForm {}

.create_account { width: 720px;}

#TB_window {
	width: 750px;
	margin: 0px auto;
	background: #dce4c8;
	overflow: hidden;
	padding: 10px 0 0 0;
	border: 7px solid #6e9806;}

#TB_closeAjaxWindow { float: right; line-height: 24px; font-size: 12px;}

#TB_closeAjaxWindow a {
	padding: 0 0 0 0;
	display: inline-block;
	float: left;
	width: 60px;
	line-height: 25px;
	color: #5E8301;
	font-weight: 700;
	height: 25px;
	background-image: url(/img/popUP-close-button.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-align: left;
	margin-right: 10px;}

#TB_closeAjaxWindow a:hover {
	background-position: 100% -25px;
	}

#TB_title {
	overflow: hidden;
	display: block;
	padding: 0;
	border-bottom: 1px solid #6e9806;
	margin: 0 10px;
	height: 35px;}


#ajax_form textarea#termsOfUse {
	height: 120px;
	font-size: 11px;
	line-height: 13px;
}

.unsubscribe_popup p { color: red; padding: 40px 0;}

.unsubscribe_popup .buttons { margin-top: 10px;}
