

 
#cf-form #comment{
 margin: 5px;
 font-size:14px;
}





#cf-form table td.value{
 width: auto;
}
#cf-form .req{
 color:red;
 font-weight:bold;
}
#cf-form input{
 font-size:12px;
 margin:0px;
 vertical-align:middle;
 border:#666 1px solid;
 background:#FFF;

}






#cf-form .value input[type="text"]{
 font-size:12px;
 margin:0px;
 vertical-align:middle;
 width:260px;
}
#cf-form select{
 vertical-align:middle;
}
#cf-form td.cf_textarea_value textarea {
 width:380px;
 height:120px;
 font-size:12px;
}
#cf-form .btn{
 text-align:center;
 width:490px;
 padding:5px;
 background:none;
 margin-top: 20px;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}
#cf-form .value .btn input{
 padding:2px;
 font-size:12px;
}
#cf-form .value table table{
 border: none;
}
#cf-form table table td{
 border: none;
 padding: 2px 2px;
}
#cf-form #modoru a{
 background:url(../images/modoru.jpg) no-repeat left top;
 width:368px;
 height:60px;
 margin :20px auto 0px auto;
 text-indent:-9999px;
 display:block;
}
#cf-form #modoru a:hover{
 filter:alpha(opacity=80); /*IE*/
 -moz-opacity:0.8; /*FF*/
 opacity:0.8;
}


