
/* Global Reset *****************************************************/

		body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
			margin:0;
			padding:0;
		}
		table {
			border-collapse:collapse;
			border-spacing:0;
		}
		fieldset,img { 
			border:0;
		}
		address,caption,cite,code,dfn,th,var {
			font-style:normal;
			font-weight:normal;
		}
		ol,ul {
			list-style:none;
		}
		caption,th {
			text-align:left;
		}
		h1,h2,h3,h4,h5,h6 {
	font-size:20px;
	font-weight:normal;
		}
		q:before,q:after {
			content:'';
		}
		abbr,acronym { border:0;
		}

/* General Display and Body *****************************************************/

		body {
	margin:0;
	padding:0;
		}
		
		#content {
	FLOAT: left;
	margin: 0px;
	padding: 0px;
		}

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	#leftbox {
	float: left;
	width: 301px;
	height: 384px;
	background-image: url(../images/mainblueback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	#rightbox {
	float: left;
	width: 290px;
	height: 373px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
#leftbox .title {
	height: 50px;
	background-image: url(../images/title-pc.gif);
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
}
.bluebox_light {
	float: left;
	height: 170px;
	width: 200px;
	background-image: url(../images/bg-ltbluebox.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.bluebox_dark {
	float: left;
	height: 170px;
	width: 128px;
	background-image: url(../images/bg-drkbluebox.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.securitycode {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
.bluebox p, .bluebox_light p, .bluebox_dark p {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
.field {
	width: 120px;
}
.capcha {
	float: left;
	width: 151px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer {
	clear: both;
	padding-top: 12px;
	text-align: center;
	color: #CCCCCC;
	line-height: 12px;
	width: 580px;
	float: left;
}
.bluebox {
	height: 245px;
	width: 130px;
	background-image: url(../images/blue_box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}
.applybutton {
	clear: both;
	padding-top: 0px;
	text-align: center;
}