
.input_text {
color: #666;
font-weight: bold;
font-size: 12px;
font-family: Arial,Trebuchet MS, Verdana, sans-serif;
border: 1px solid #ccc;
}

.input_text_inside {
color: #666;
background: #eee;
width: 200px;
font-weight: normal;
font-size: 12px;
font-family: Arial,Trebuchet MS, Verdana, sans-serif;
border: 1px solid #ccc;
padding: 1px;
margin-top: 5px;
padding-left: 2px;
margin-bottom: 10px;
}

.form_text {
color: #333;
font-weight: bold;
font-size: 11px;
font-family: Arial,Trebuchet MS, Verdana, sans-serif;
padding-left: 10px;
margin-top: 10px;
margin-left: 50px;

}

.textareastyle {
color: #666;
background: #eee;
font-size: 12px;
font-family: Arial,Trebuchet MS, Verdana, sans-serif;
border: 1px solid #ccc;
padding-left: 2px;
width:300px;
height: 150px;

}


.submit {
cursor: pointer;
background:#cc0000;
color: #fff;
font-size: 11px;
font-family: Arial,Trebuchet MS, Verdana, sans-serif;
border: 1px solid #eee;
margin-top: 5px;
text-align: center;
width: 95px;
}

