body {	
	margin:0;
	padding:0;
	border:0;	
}

#mail {
	width:100%;
	padding:0 0px 0px 0px;
	min-height:400px;
	/*background-color:#000033;
	background-image:url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
#reused_form fieldset
{
   width:320px;
   padding:5px;
   border:0px;
  /* border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   */
}

#reused_form label
{
   font-family : Arial, sans-serif;
   color:#000000;
   font-size:0.8em;
   font-weight: bold;
   color:#003399;
   display:inline;
}


#reused_form input[id="name"], #reused_form input[id="email"]
{
  height:18px;
  width:250px; 
  padding : 3px;
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;    
}
#reused_form input[id="captcha"]
{
  height:18px;
  width:130px;  
  display: block;
  margin: auto;
}   
#reused_form textarea
{
  height:120px;
  width:250px;
  padding : 3px;
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
}

#reused_form input[type="text"]:focus,textarea:focus
{
  color:#009;
  border:1px solid #009900;
  background-color:#CECEFF;
  font-weight:bold;
}
#reused_form .form-group
{  
   width:100%;
   margin:8px auto; 
   padding-left:25px;
   
}
.captcha {
	text-align:center;
	}
.send-it {
    text-align: center;
    width: 300px;   
}
.btn {
    background-color: #003399;
    color: #fff;
    font-weight: bold;
}
.btn:hover {    
    color: #7aa5b5;    
}
#error_message {
    width: 300px;
    margin: 2px auto;
    padding-left: 15px;
    font-size: 12px;
    color: #d41010;
}
#success_message {	
	width:300px;
	padding-top:50px;
	min-height:400px;
	text-align:center; 	
}