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

body {
	background-image:url(images/background.jpg);
	margin:0px;
	padding:0px;
}

#wrapper {
	width:961px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#top {
	width:961px;
	height:523px;
}

#bottom {
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	width:961px;
	height:402px;
	float:left;
	padding-left:550px;
	padding-top:100px;
}

#bottomTy {
	background-image:url(images/bottom_ty.jpg);
	background-repeat:no-repeat;
	width:961px;
	height:402px;
	float:left;
}

#form label {
	float:left;
	width:145px;
}

#form p {
	height:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.textBox {
	width:205px;
	height:16px;
}

.selectBox {
	width:211px;
	height:22px;
}

#submit {
	float:left;
	margin-left:235px;
	width:120px;
	height:30px;
}

#report {

}

#3rdppost {
}