body{
	padding: 				0px;
	margin: 				0px;
	background:				#111;
	background:				url("../images/background.jpg") repeat;
	color:					#fff;
	font-size:				10px;
	font-family:			Arial;
}

p{
	margin:					0px;
	padding:				0px;
	color:					#c8deed;
	font-size:				19px;
	text-align:				center;
	text-transform:			uppercase;
}

b{
	color:					#fff;
}

.red{
	color:					#c73939;
}

.info{
	margin-top:				20px;
	text-transform:			none;
	font-size:				12px;
	line-height:			16px;
	text-align:				justify;
}


a{
	color:					#fff;
	text-decoration: 		none;
}
a:hover{
	color:					#547da8;
	cursor:					pointer;				
}

div{
	margin:					0px;
	padding:				0px;
}

#Title{
	margin:					auto;
	
	padding:				0px;
	width:					540px;
	color:					#c8deed;
	margin-bottom:			15px;
	font-size:				19px;
	text-align:				center;
}

#Wrapper{
	width:					500px;
	width:					100%;
	padding:			10px 0px;
	margin:					auto;
	background:				#909497;
	background:				url("../images/alpha-20.png") repeat;
}

#Logo{
	/*background:				url("../images/logo-flock.png") repeat;*/
	width:					975px;
	height:					318px;
	margin:					auto;
}


input.textField{
	border:					0px;
	color: 					#999;
	font-size:				12px;
	background:				url("../images/alpha-50.png") repeat;
	width: 					250px;
	height: 				20px;
	float:					left;
	padding-left:			10px;
	margin-left:			10px;
	text-transform:			none;
}

textarea{
	border:					0px;
	color: 					#999;
	font-size:				12px;
	background:				url("../images/alpha-50.png") repeat;
	width: 					248px;
	height: 				60px;
	float:					left;
	padding-left:			10px;
	margin-left:			10px;
	text-transform:			none;
}

#inputField{
	height:					20px;
	line-height:			20px;
	font-size:				12px;
	color:					#c8deed;
	text-align:				right;
}

table{
	margin:					auto;
}

td{
	padding:				2px 0px;
	vertical-align: 		top;
}

td.right{
	width:					auto;
}

#submitButton{
	margin:					0px;
	padding:				0px;
	height:					24px;
	line-height:			24px;
	font-size:				12px;
	width:					80px;
	float:					right;
	border:					0px;
	color:					#999;
	background:				url("../images/alpha-50.png") repeat;
	cursor:					pointer;
}

#floatbreaker{
    margin: 				0 0 -1px;
    clear: 					both;
	height:					1px;
	width:					100%;
}