@charset "UTF-8";
/* CSS Document */
/* author:Xavier F*/
/*The Loins Mouth.com*/
/*form styles*/
#form {margin: 10px 0px 0px 20px;
}
fieldset {width:600px;
min-height:460px;
margin:0px auto; /* Centers content inside this container on screen */
	text-align:left; /* Resets text in IE 6,7, and Firefox 2 */
padding:20px 10px 0px 0px;
position:relative;
border: 1px solid #FFF;
}

form fieldset legend {
font-size:1.1em;
font-weight:normal;
margin:0px 0px 0px 45px;
padding:1px 10px 1px 10px;
border: 1px solid #FFF;
background-color:#333;
}
input {  
 background-color: transparent;  
 color: #FFFFFF;    
}

textarea {  
 background-color: transparent;  
 color: #FFFFFF;
 width:400px;
 height:295px;
}
fieldset p {
margin:0px 0px 10px 50px;
}
fieldset label {float:left;
text-align:right;
margin:0px 5px 0px 0px;
width:70px;
}
.warning {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	margin: 15px 0px 0px 125px;
}
form1 .sent {margin: 10px 0px 0px 0px;
}
.buttons {margin-left:125px;
}
.resetButton {margin-left: 300px;
background-color:transparent;
color:#FFFFFF;
}







