
* {
margin: 0;
padding: 0;
}

body {
background: url("images/pageBackground.png") repeat-x;
font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1 {
font-size: 3.5em;
letter-spacing: -1px;
background: url("images/x10logo.png") no-repeat;
width: 303px;
margin: 0 auto;
text-indent: -9999em;
color: #33ccff;
}

h2 {
font-size: 2em;
letter-spacing: -1px;
width: 119px;
text-indent: -9999em;
color: #33ccff;
clear: both;
margin: 15px 0;
}

h5 a:link, h5 a:visited {
color: #ffffff;
text-decoration: none;
}

h5 a:hover, h5 a:active, h5 a:focus {
border-bottom: 1px solid #fff;
}

p {
font-size: 0.9em;
line-height: 1.3em;
font-family: Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
}

p.error {
background-color: #ff7900;
border: 1px solid #5c2d2d;
width: 260px;
padding: 10px;
margin-bottom: 15px;
}

p.success {
background-color: #bcdd5a;
border: 1px solid #2d395c;
width: 260px;
padding: 10px;
margin-bottom: 15px;
}

#container {
width: 664px;
margin: 20px auto;
text-align: center;
}

	#boxtop {
	margin: 30px auto 0px;
	width: 663px;
	height: 23px;
	}
	
	#boxbot {
	margin: 0px auto 30px;
	width: 664px;
	height: 25px;
	}

	#content {
	margin: 0 auto;
	width: 664px;
	text-align: left;
	padding: 15px 35px;
	}
	
		#content ul {
		margin-left: 0;
		margin-bottom: 15px;
		}
		
		#content ul li {
		list-style: none;
		clear: both;
		padding-top: 30px;
		}
		
			#content ul li:first-child {
			padding-top:0;
			}
		
		.meta {
		width: 85px;
		text-align: left;
		float: left;
		min-height: 110px;
		font-weight: bold;
		}
		
			.meta img {
			padding: 5px;
			background-color: #313d60;
			}
			
			.meta p {
			font-size: 0.8em;
			}
		
		.shout {
		width: 500px;
		float: left;
		margin-left: 15px;
		min-height: 110px;
		padding-top: 5px;
		}
		
		form {
		clear: both;
		margin-top: 135px !important;
		}
		
			.fname, .femail {
			width: 222px;
			float: left;
			}
			
			form p {
			font-weight: bold;
			margin-bottom: 3px;
			}
			
			form textarea {
			width: 365px;
			overflow: hidden; /* removes vertical scrollbar in IE */
			}
		
			form input, form textarea {
			background-color: #bcdd5a;
			border: 1px solid #2d395c;
			color: #ffffff;
			padding: 5px;
			font-family: Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
			margin-bottom: 10px;
			}
.submit{
     border:none;
     padding:2px 12px;
     font-family:Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
     background:#d34328;
      width:110px;
      height:35px;
	padding:0px;
     color:#fff;
} 
.submit:hover{
	background:#4ac0f2;
	color:#fff;
}
