/* This section will style the box where the form title appears. */
#myform legend {
color: #BB0707;
padding: .5em .5em .5em .5em;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
border:0;
font-size: 1.5em;
font-weight: bold;
letter-spacing: 1px;
}
/* This section will style the form's framing. Also known as the 
fieldset. */
#myform fieldset {
width: 90%;
border: 1px solid ;
border-left: 8px #BB0707 solid;
border-top: 1px #BB0707 solid;
border-bottom: 1px #BB0707 solid;
border-right: 1px #BB0707 solid;
padding: 10px;
color: #ffffff;
}
/* This section will style the field labels */
#myform label {
float:left;
color: #ffffff;
width: 100px;
margin-right: 10px;
text-align:left;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
}
/* This section will style any required text fields */
#myform .required {
text-decoration:none;
font-size: .9em;
font-weight: bolder;
color: #FF0000;
}

/* Add a little padding to the divs in general */
#myform div {
padding: 10px;
}

#rsform  input {
            border: 1px solid #EEEEEE; /* Whatever color you want */
            color: #808080; /* This will color the text */
            font-weight: bold;
            font-family: "Lucida Grande" ,Verdana,sans-serif;
            height: 1.1em;
            padding-left: 30px;
            padding-top:6px;
            width: 300px;
            font-size: 1em;
            vertical-align: middle;
            text-decoration: none;
}