/*start simple*/
input {
  width: 70%;
}
div.emailform input{
	margin-right: 5px; 
}

textarea {
  width: 98%;
  border: none;
 
/*    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS*/
     
  scrollbar-3dlight-color :  #fff;
  scrollbar-arrow-color : #0863AA;
  scrollbar-darkshadow-color :  #fff;
  scrollbar-face-color :  #f9f9f5;
  scrollbar-highlight-color : #fff;
  scrollbar-shadow-color :  #0863AA;
  scrollbar-track-color : #fff;    
 
}

textarea.focuss,input,textarea,select{
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em  Arial, Helvetica, sans-serif;
  color: #000;
  background-color: transparent;
  border: 1px solid #0863AA;
}

fieldset{
border: none;
background-color: transparent;	
}
fieldset textarea{
height: 80px;
}
.button{
width: 113px;
height: 20px;
background-image: url(../images/go_to.gif);
color: #000;
}
.buttonn{
width: 113px;
height: 20px;
background-image: url(../images/go_to.gif);
color: #000;
background-color: #f9f9f5;
}
label{
display: block;
float: none;
clear: both;
}
label input{
	float: right;
}
label select{
	float: right;
	width: 280px !important;
	width: 295px;
	clear: both !ie;
}
label span{
	float: left;
	padding-top: 11px;
}
.focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #000;
  background-color: #f9f9f5;
  border: 1px solid #0863AA;
}
/*end simple*/
