/* CSS Document */
#basis_form, .basic_form {
	margin: 15px 0 0; }
#basis_form .clearfix,   .basic_form .clearfix {
	margin: 8px 0; }
	
.clearfix {
	margin: 8px 0; 
}	
/*#basis_form label,   .basic_form label {
	margin-top: 5px;
	width: 150px;
	text-align: right;
	float: left;
	margin-right: 10px;
	color: #333;
	font-weight: 500; }*/
#basis_form button,   .basic_form button {
	text-align: center; }
#basis_form .buttons,   .basic_form .buttons {
	/*padding-left: 83px;*/ }

input.form_textinput{
	height:14px; margin-top:3px; width:280px;
	font-size:11px;
	padding:3px;
	border:1px solid #cdcdcd;
	background:#fff;
}

.review_clearfix{
	clear:both; width:100%; height:23px; margin-bottom:10px;
}

.decoy_form_textinput{
	float:left;
	height:14px; margin-top:3px; width:280px;
	font-size:12px;
	padding:3px;
	border:1px solid #cdcdcd;
	text-indent:5px;
}

.text_label_review_right{
	float:left;
	width:286px;
	font-size:12px;
	text-align:right;
}

.text_label_review_left{
	width: 240px;
	text-align: left;
	float: left;
	margin-right: 10px;
	color:#666666;
	font-weight: 500; 
	vertical-align:top;
}

.text_label_review{
	margin-top: 7px;
	width: 536px;
	text-align: right;
	float: left;
	color:#666666;
	font-weight: 500; 
	vertical-align:top;
}

input.form_textinput:focus{
	border:1px solid #ff6600;
	outline:none;
}

input.form_errtextinput{
	height:14px; margin-top:3px; width:280px;
	font-size:11px;
	padding:3px;
	border:1px solid #ff6600;
}

form_errtextinput{
	height:14px; margin-top:3px; width:280px;
	font-size:11px;
	padding:3px;
	border:1px solid #ff6600;
}

.form_textarea{
	margin-top:3px; width:280px; height:150px;
	font-size:11px;
	padding:3px;
	border:1px solid #cdcdcd;
	max-width:280px; max-height:150px; min-width:280px; min-height:150px;
}

textarea:focus{
	border:1px solid #ff6600;
	outline:none;
}

.form_textarea:focus{
	border:1px solid #ff6600;
	outline:none;
}

.form_head_searchbox{
	float:left; width:242px; border:none; height:14px; font-size:12px; color:#9d9d9d; font-weight:500;
}

.form_head_searchbox:focus{
	outline:none;
}

.form_errtextarea{	
	margin-top:3px; width:280px; height:150px;
	font-size:11px;
	padding:3px;
	border:1px solid #ff6600;
}

input.form_selectbox{
	background-image:url(../images/drop2.png); background-position:right center; background-repeat:no-repeat;
	width:280px; height:14px; margin-top:3px; border:1px solid #cdcdcd; font-size:11px; padding:3px;
	cursor:pointer;
}

input.form_selectbox:focus{
	border:1px solid #ff6600;
}

.form_preview_selectbox{
	background-image:url(../images/preview_drop.gif); background-position:right center; background-repeat:no-repeat; padding:5px;
	width:232px; height:10px; border:1px solid #cccccc; font-size:9px;
	cursor:pointer;
}

.form_prefselectbox{
	background-image:url(../images/drop2.png); background-position:right center; background-repeat:no-repeat;
	width:75px; height:14px; margin-top:3px; font-size:11px;
	padding:3px;
	border:1px solid #cdcdcd;
	cursor:pointer;
}	

.form_errselectbox{
	background-image:url(../images/drop2.png); background-position:right center; background-repeat:no-repeat;
	width:280px; height:14px; margin-top:3px; border:1px solid #ff6600; font-size:11px; padding:3px;
	cursor:pointer;
}	

.text_label {
	margin-top: 5px;
	width: 150px;
	text-align: right;
	float: left;
	margin-right: 10px;
	color: #333;
	font-weight: 500; 
}

.text_label_register {
	margin-top: 7px;
	width: 240px;
	text-align: right;
	float: left;
	margin-right: 10px;
	color:#666666;
	font-weight: 500; 
}

.search_label {
	width: 120px;
	margin-left:5px;
	cursor:pointer;
	/*text-align: left;*/
	/*float: left;*/
	/*margin-left: 5px;
	color: #333;
	font-weight: 500; */
}

input, button {
  vertical-align: middle; }

input, select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal; 
  
}

input.text{
	height:10px;
}

input.text, input.password, textarea {
  padding: 4px;
  font-size: 12px; 
}

input.text, input.password, textarea {
  border: 1px solid #CCCCCC; 
}

/*input.text:focus, input.password:focus, textarea:focus {
  border: 1px solid #cccccc;
  background: #D7EAFC; 
}*/


input[type=submit], input[type=button], button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500; 
}

.form_button{
    padding:4px;
	padding-left:10px;
	padding-right:10px;
	/*width:200px;*/
	text-align:center;
	color: #FFFFFF !important;
    border: none !important;
	background: url('../images/button_new.gif') repeat-x center !important;
	cursor:pointer; 
}

.search_button{
    padding:2px;
	width:70px;
	text-align:center;
	color: #FFFFFF !important;
    border: none !important;
	background: url('../images/button_new.gif') repeat-x center !important;
	cursor:pointer; 
}

a.form_button{
    padding:4px;
	padding-left:20px;
	padding-right:20px;
	width:200px;
	text-align:center;
	color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
	background: url('../images/button_new.gif') repeat-x center !important; 
	cursor:pointer; 
}

.bold{
	padding-left:20px;
	padding-right:20px;
	width:auto;
	font-weight:bold;
}

.search_form_go_button {
   /* padding:4px;*/
	width:40px;
	height:18px;
	text-align:center;
	color: #FFFFFF !important;
    border: none !important;
	background: url('../images/advanced_search_go.gif') no-repeat center !important; 
	cursor:pointer; 
}

.preview_form_key_button {
   /* padding:4px;*/
	width:127px;
	height:19px;
	text-align:center;
	color: #FFFFFF !important;
    border: none !important;
	background: url('../images/preview_key_search_button.gif') no-repeat center !important; 
	cursor:pointer; 
}

.loginform_button {
	padding:4px;
    padding-left:10px;
	padding-right:10px;
	width:180px;
	text-align:left;
	color: #FFFFFF !important;
    border: none !important; /* border removed from buttons in IE*/
	background: url('../images/button_new.gif') repeat-x center !important; 
}

/*dl, ul, li{
	list-style:none;
	color:#9d9d9d;
}*/

.decoybox dl,.decoybox  dt,.decoybox  ul,.decoybox  li{
	list-style:none;
	margin: 0;
	padding: 0;
	color:#9d9d9d;
}

.decoybox li:hover{
	cursor:pointer;
	
}

.reg_dropdowns_ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.reg_dropdowns_li{
	color:#333333;
}

.reg_dropdowns_li:hover{
	text-decoration:underline;
}

.reg_dropdowns_dl{
	width: 270px;
}


dl {
	float: left;
	width: 170px;
	
}

.required{
	color:#666666;
}

.close_li{
	margin-top: -14px; float:right;
	vertical-align:top;
	background-image:url(../images/box_exit.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-indent:20px;
	font-size:10px;
	width:40px;
	height:13px;
}

.close_li{
	cursor:pointer;
}

.form_dropdown_entries{
	text-decoration:underline;
}

.form_dropdown_entries:hover{
	text-decoration:none;
	cursor:pointer;
}

.lightbox_dropdown{
	width:165px; color:#9d9d9d; font-size:12px; font-family:Arial, Helvetica, sans-serif;	
}

