@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFF;
	color:#252525;
	font-family:verdana;
	font-size:12px;
}
.title{
	color: #FFF;
	font-family: calibri;
	font-size: 34px;
	text-align: center;
	}
	.title2{
	color: #000;
	font-family: calibri;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	}
	.time {
	color: #FFF;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}

h1{
	font-family:Verdana;
	font-size:20px;
	text-align: center;
	}
	.hr{
	border-top-style:solid;
	}
.formField{
	
	text-align: right;
	}	
	.formBox{
		text-align:center;
		}
		
	.bgcolor{
		background-color:#000
		}	
p{
	font-size:85%;
	margin:0 0 5px 25px;
}

form{
	width:100%;
}

label{
display:block;
font-weight:bold;
}
image{
	position:relative;	
}

textarea{
width:400px;
height:150px;
}

.textInput{
width:300px;	
}
