/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
 
 body {
background: url(signup_bg1.jpg) no-repeat center;
height: 1000px;
text-align: center;
margin: 0 auto;
background-color: black;
 }

 h1,h2,h3 {
    color: #880a00;
    font-weight: bold;
    text-align: center;
	font-family: Comic Sans MS;
    margin: 0.5em 0.5em 0.5em 0.5em;
	font-size: 24px;
	margin-top: 55px;
	
}
	
hr { 
    background-color: transparent;
    border: 0;
    width: 0%;
    height: 0px;
	margin-top: 70px;
}

input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}

.vedit {
    border: solid 1px #8CACBB;
	width: 700px;
	margin: 0 auto;
}
