/* -form */
form#search_input {  margin-bottom: 9px; }

/* -label/labelspan */

/* -input */
input, select, textarea {  margin : 0 ; padding : 3px 0 0 10px; color: #54758B; font : 0.7em Tahoma, Verdana, Arial, sans-serif; border: 1px solid #d1ccc8;}

input#submit { width : 35px; padding : 0;  height: 26px; border: 1px solid #d1ccc8; background: #f3efe6 url(../images/bulet.png) no-repeat center; float: right;}
input#submit:hover, input#submit:focus { border: 1px solid #BABDB6;}



fieldset {
	border: 0;
	padding: 1em;
}

legend {
	font-size:1.3em;
	font-weight:lighter;
	padding:0pt 0pt 15px 15px;
	
	color : #54758B;
	text-transform: lowercase;
}

div.formRow input, div.formRow label, div.formRow textarea, div.formRow select {
	font-size: 0.8em;
}

div.formRow, div.formNoFloat {
  clear: both;
  display: block;
  padding-top: 5px;
}

div.formRow label.error {
/*         margin-left: 10px; */
/*              margin-top: 5px; */
        width: auto !important;
        display: inline;
        color: #D20F0F;
                clear: both;
                margin-left: 260px;
                font-size: 10px;
/*         font-style: italic; */
/*          float: none !important; */
}



div.formRow label {
	
	display: block;
	margin-bottom: 5px;
	float:left;
	width: 200px;
	text-align:right;
	vertical-align:middle;
	margin-right: 10px;
	text-transform: lowercase;
  }

div.formRow input {
 color: #54758B;
 float:left;
 width:160px;
 height: 18px;
 background-color:  #F5F5F5;
}

div.formRow input.searchBtn  {float: none; height: auto; margin-top: 1em; padding: 3px 10px; }
div.formRow input.searchBtn:hover{ border: 1px solid #BABDB6;}

div.formRow input:hover, div.formRow input:focus, div.formRow textarea:focus, div.formRow textarea:hover, div.formRow select:focus, div.formRow select:hover { border: 1px solid #999;}

div.formRow input.radio {
	width:auto;
	height: auto;
	float: none;
	position: relative;
  	left: 210px;
  	margin-left: .6em;	
}
div.formRow label.radio {
	float: none;
	display: inline;
	width: auto;
	position: relative;
  	left: 210px;
	vertical-align: top;
}

div.formRow  input.multicheckbox {
	float: none;
	left:200px;
	width: auto;
	height: auto;
	position: relative;
  	margin-left: .6em;
  	border: 1px solid #d1ccc8;
  	
}
div.formRow  label.multicheckbox {
	display: inline;
	float: none;
	left:200px;
	position: relative;
 
  	vertical-align:baseline;
}

div.formRow textarea {
	float:left;
	width:160px;
	color: #54758B;
 	background-color:  #F5F5F5;
 	border: 1px solid #D1CCC8;
 	font-size: 1em;
 	padding: 3px 0 0 10px;
}

div.formRow select {
	float:left;
	padding: 3px 0 0 4px;
	color: #54758B;
 	width:172px;
 	height: 22px;
 background-color:  #F5F5F5;
	
	
}

div.formRow input.submit {
	height: auto;
	padding: auto;
	padding-bottom: 3px;
	margin-left: 210px;
	margin-top: 1em;
	width: 172px;
	float: none;
}

/* newletter */
#newsletter input {width: 100px; height: 18px;}
#search_input input {width: 120px; height: 18px;clear:none;display:block;}
#newsletter input#submit, #search_input input#submit {width: 35px; height: 23px;float: right;display:block;margin-top:-2em;}
