form {
 font-size: 14px;
}

/*contact form*/

.contact_box_top{
 width: 722px;
 height: 10px;
 background: url(../images/contact_box_top.jpg) no-repeat;
 }
 
.contact_box_middle{
 width: 852px;
 background: url(../images/contact_box_middle.jpg) repeat-y;
 padding: 0 35px 9px 35px;
 } 

.contact_box_bottom{
 width: 722px;
 height: 10px;
 background: url(../images/contact_box_bottom.jpg) no-repeat;
 }
 
.form_input, .form_textarea{
 margin-top: 8px;
 border:1px #E3E3E3 solid;
 overflow:hidden;
 margin-right:19px!important;
 }
 .comment_form .form_textarea{
 margin-right:0px!important; 
}
.form_input_blog{
 padding: 4px 0 36px 10px;
 }
.commentlist{
	border-top:1px #E5E5E5 solid;	 
}
.input_left{
 width: 14px;
 height: 33px;
 background: url(../images/input_left.jpg) no-repeat;
 float: left;
 }
 
.input_middle{
 width: 177px;
 height: 19px;
 background: url(../images/input_middle.jpg) repeat-x;
 float: left;
 border: none;
 padding: 7px 0 7px 0;
 }
 
.input_middle_comments{
 width: 145px;
 height: 19px;
 background: url(../images/input_middle.jpg) repeat-x;
 float: left;
 border: none;
 padding: 7px 0 7px 0;
 }
 
.input_middle_blog{
 width: 130px;
 height: 19px;
 background: url(../images/input_middle.jpg) repeat-x;
 float: left;
 border: none;
 padding: 7px 0 7px 0;
 }
 
.input_right{
 width: 13px;
 height: 33px;
 background: url(../images/input_right.jpg) no-repeat;
 float: left;
 }
 
.contact_form tr td{
 padding: 10px 0 0 0;
 }

div.odd{
 margin-right: 13px;
 }
 
.textarea_left{
 width: 14px;
 height: 175px;
 background: url(../images/textarea_left.jpg) no-repeat;
 float: left;
 }
 
.textarea_middle{
 width: 603px;
 height: 161px;
 background: url(../images/textarea_middle.jpg) repeat-x;
 float: left;
 border: none;
 padding: 7px 0 7px 0;
 }
 
.textarea_middle_comments{
 width: 385px;
 height: 161px;
 background: url(../images/textarea_middle.jpg) repeat-x;
 float: left;
 border: none;
 padding: 7px 0 7px 0;
 }
 
.textarea_right{
 width: 14px;
 height: 175px;
 background: url(../images/textarea_right.jpg) no-repeat;
 float: left;
 }
 
input.submit{
 width: 100px;
 height: 30px;
 color: #fff;
 font-size: 14px;
 background: #252525;
 border: none;
 }
 
.submit-container {
 background: #252525; 
 width: 100px;
 height: 30px;
 border: #252525 1px solid;
}
 
.page-contact form {
	background: #fff;
	padding: 10px 40px;
	margin: 20px 0;
}

