form label {
    display: inline;
    float: left;
    width: 10em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #2c2378;
}
input.my_text {
    font-family:verdana;
    font-size:8pt;
    background-color:#FFFFFF;
    border-color:#C9C9C9;
    border-style:solid;
    border-width:1px;
    color:#000000; 
    margin-bottom:2px;
    margin-right:2px;
}
input.my_button {
    font-family:verdana;
    font-size:8pt;
    background-color:#FAFAFA;
    border-color: #727bf4 #676ff6 #3b3ffa;
    border-style:solid;
    margin-bottom:2px;
    margin-right:2px;
    border-width: 1px;
}
input.my_button:hover, .my_button_hover{	
    background-color:#CDCDCD;
}
input.my_text:focus, textarea:focus,select:focus{
	border-color:#FF0000;
}
