@charset "utf-8";
/* CSS Document */

/******************************************************************contact form*********************************************************/
label, label span {display: block; padding-bottom: .25em;}
label {float: left; width: 100%; margin-bottom:5px;}
label span { float: left; width: 35%; text-align: right; }

fieldset {margin-bottom:20px; border:1px solid #003399;}
fieldset legend{font-weight:bold; text-transform:uppercase; margin-bottom:10px; color:#003399;}
fieldset input, textarea, select {float: right; width: 55%; border: 1px solid #666; margin-bottom:5px; margin-right:10px; overflow:hidden;} /* overflow:hidden; to prevent opera & IE from displaying arrows*/
fieldset input:hover,  textarea:hover, select:hover {border-color: #449df6;}
fieldset input:active, input:focus, textarea:active, textarea:focus {border-color: #0000ff; background: #99bfff;}

/*button*/
form div {margin:20px 250px; }
form div input {width:100px; margin: 0 110px; padding:2px; background-color:#0066CC ; border: 2px double #0066FF; border-top-color: #3399FF; border-left-color: #3399FF;font: bold 92% tahoma, verdana, arial, sans-serif; color: #fff; text-transform: uppercase; letter-spacing:1px;}
form div input:hover {background-color: #0099FF;color:#003399; }

.formFunction {display:block; border:1px solid #990033; margin: 0 auto; padding:5px; text-align:center; color: #990033;}

.textareaStyle {font: 95% Verdana, Arial, Helvetica, sans-serif; color:#000;}

#contactForm {width:800px; margin:0 auto;}

/******************************************************************end contact form*********************************************************/
