body{
	color:#131313;
	font-size:16px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

#main-container
{
   width:600px;
   background:#FFFFFF;
   border:1px solid #D0491C;
   padding:0;
   position:absolute;
   z-index:999;
   cursor:default;   
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
display:block;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}


#contact-form fieldset
{
   width:520px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contact-form label{
   font-family : Arial, sans-serif;
   font-size:0.8em;
}

#contact-form input[type="text"],textarea, select{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.9em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#contact-form input[type="text"]{
  height:18px;
  width:220px;
}


#contact-form input[type="submit"]{
   width:100px;
   height:30px;
   padding-left:0px;
}

#contact-form input[type="reset"]{
   width:100px;
   height:30px;
   padding-left:0px;
}


#contact-form textarea{
  height:120px;
  width:510px;
}

#contact-form input[type="text"]:focus,textarea:focus{
  color : #000;
  border : 1px solid #D0491C;
  background-color : #d9d9d9;
  font-weight:bold;
}

#InnerContainer
{
   margin:15px;
}

h1{
	color:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

#InnerContainer h2
{
   font-family : Arial, sans-serif;
   font-size: 14pt;
   text-transform:uppercase;
   color:#555555;
   margin-bottom:20px;
   padding-bottom:5px;
   border-bottom:1px solid #eeeeee;
}

#contact-form .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

