@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
}
		
body {
	background: #000;
	color: #2a4a59;
	font-size: 11px;
}
		
.inbg  {
	border: none;
	colod: #111111;
	}
		
#form {
	padding: 10px;
	background: #dddddd;
	width: 520px;
}
		
label {
	float:left;
	font-size: 11px;
	margin-right:5px;
	text-align:right;
	width:160px;
}
		
#head, #title {
	height: 44px;
}
		
#head {
	color: #b7b7b7;
	font: 14px Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif bolder;
	padding-top: 5px;
}
		
#wrap {
	height: 450px;
	overflow: scroll;
	padding-left: 20px;
	width: 880px;
}
		
#wrapper {
	background: #fff url('../images/lightboxbg.png') no-repeat;
	height: 550px;
	margin: 0 auto;
	padding: 10px;
	width: 900px;
}
		
.testing {
	width: 270px;
}
		
#title {
	font-size: 15px;
}
		
#top5 {
	margin-left: 5px;
}
		
.top5 {
	margin-left: 160px;
}