/* Inputs */  
  
.clear_container{
 clear: both;
 height: 5px;
 }
  
.input{         
 /*margin: 0 0 24px 0;*/
 }
 
.input{
 margin: 0 0 24px 0;
 width: 400px;  
 }           
        
.input_M{
 margin: 0 0 24px 0;
 width: 280px;
 }
 
.input_S{
 margin: 0 0 24px 0;
 width: 200px;
 }
                
 .inputms{
 margin: 0 0 24px 0;
 width: 850px;
 }
 
.input_left{ 
 width: 8px;  
 height: 28px;
 line-height: 28px;
 background: url(../images/inputs/input_left.png) no-repeat;
 float: left; 
 }

.input_middle_S{
 width: 150px;
 height: 28px;
 line-height: 28px;
 background: url(../images/inputs/input_middle.png) repeat-x;
 float: left;
 border: none;
 padding: 4px 0px 3px 7px;
 }
  
.input_middle_M{
 width: 250px;
 height: 28px;
 line-height: 28px;
 background: url(../images/inputs/input_middle.png) repeat-x;
 float: left;
 border: none;  
 padding: 4px 0px 3px 7px;
 }      

.input_middle{
 width: 250px;
 height: 28px;
 line-height: 28px;
 background: url(../images/inputs/input_middle.png) repeat-x;
 float: left;
 border: none;
 padding: 4px 0px 3px 7px;
 }              
 
.input_middle_L{
 width: 320px;
 height: 28px;
 line-height: 28px;
 background: url(../images/inputs/input_middle.png) repeat-x;
 float: left; 
 border: none;
 padding: 4px 0px 3px 7px;
 }

.input_middle_small{
 width: 200px;
 }
 
.input_right{
 width: 8px;
 height: 28px;
 line-height: 28px;
 background: url(../images/inputs/input_right.png) no-repeat;
 float: left;   
 }
 
.submit_left{
 width: 16px; 
 height: 28px;
 line-height: 28px;
 background: url(../images/inputs/submit_left.png) no-repeat;
 float: left; 
 }
 
.submit_middle{
 width: 120px;
 height: 28px;
 line-height: 28px;
 background: url(../images/inputs/submit_middle.png) repeat-x;
 float: left;  
 border: none;
 margin: 0 0 40px 0;  
 }
  
.submit_middle_L{
 width: 200px;
 height: 28px;
 line-height: 28px;
 background: url(../images/inputs/submit_middle.png) repeat-x;
 float: left;
 border: none;   
 margin: 0 0 40px 0;
 }

.submit_right{  
 width: 16px;
 height: 28px;
 line-height: 28px;
 background: url(../images/inputs/submit_right.png) no-repeat;
 float: left; 
 }
 
.submit_button{
 width: 180px;
 margin: 45px 0 55px 0;
 }

.submit_button_L{
 width: 240px;
 margin: 5px 0 5px 0;
 }
 
.submit_middle:hover{
 cursor: pointer;
 }
 
label{
 display: block;
 margin: 0 0 5px 0;
 }

.textarea_left{
 width: 8px;   
 height: 110px;
 line-height: 110px;
 background: url(../images/inputs/textarea_left.png) no-repeat;
 float: left;
 }

.textarea_middle{  
 width: 800px;
 height: 98px;
 line-height: 98px;
 background: url(../images/inputs/textarea_middle.png) repeat-x;
 float: left;
 border: none;
 padding:7px 5px 5px 5px;
 }
 
.textarea_middle_L{
 width: 460px;
 }
  
.textarea_right{
 width: 8px;   
 height: 110px;
 line-height: 110px;  
 background: url(../images/inputs/textarea_right.png) no-repeat;
 float: left;
 }
