/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

.msg {
	font-size:9px;
}
.required {
	color:#F30
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {margin:0; padding:0;}

img {border:none;}

#siteWrapper {
	background-color:#383839;
	width:525px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #222222;
	border-right:1px solid #222222;
}
#errorArea {
	border:1px solid #aa0000;
	background-color:#4f222f;
	padding:20px 25px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
#headerArea {
	position:relative;
	width:525px;
	height:116px;
	background-color:#fff;
}
#disclaimer {
	width:310px;
	font-size:8px;
}


#regButtonArea {
	position:absolute;
	top:0px;
	left:33px;
}

#logoImage {
	position:absolute;
	top:0px;
	right:50px;
}

#formArea {
	position:relative;
	margin-left:34px;
	padding:15px 0;
}

/* styling and positioning of form elements */

.form-field {
	margin-bottom:5px;
	clear:both;
	margin-right:35px;
}
.error {
	border:1px solid #aa0000;
	background-color:#4f222f;
	padding:3px 6px;
	margin-left:-7px;
	margin-right:28px;
}
.form-submit {
	position:relative;
	height:60px;
}
label {
	display:block;
	float:left;
	font-weight:bold;
	margin-right:5px;
	width:180px;
	font-size:10px;
	line-height:15px;
}

input {	
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #8E778D;
	padding:2px;;
	width:150px;
	height:15px;
	font-size:10px;
	line-height:15px;
}
select {	
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #8E778D;
	padding:2px;;
	width:155px;
	font-size:10px;
	line-height:15px;
}



/* makes the blue headers */
fieldset {
	position:relative;
	width:489px;
	margin:12px 0 24px;
	padding:0;
	border:none;
}
legend, h3 {
	font-size:11px;
	margin:0 0 6px;
	padding:0;
	font-weight:bold;
	color:#BBBDBF;
}

/* special widths for off size boxes */

#title {
	width:66px;
}

#purchasePurpose {
	width:243px;
}

/* 3 bottom boxes */

#secText {
	float:left;
	width:144px;
}

#secBox {
	float:left;
	width:200px;
}

#secButton {
	position:relative;
	float:left;
	width:102px;
	margin-left:35px;
}

/* br's to clear boxes */

br {
	margin-bottom:20px;
}

.bottomClear {
	clear:both;
}

#bucci {
	position:absolute;
	bottom:15px;
	right:40px;
}

.lineBreak {
	padding:0px;
	margin:0px;
}

#headerArea h2 {
	background:url(../assets/images/logo_registration.png) no-repeat 0 0;
	position:absolute;
	left:34px;
	width:116px;
	height:34px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
}
#headerArea h1 {
	position:absolute;
	right:48px;
	top:18px;
	width:143px;
	height:86px;
}
#headerArea h1 a:link,
#headerArea h1 a:visited {
	width:143px;
	height:86px;
	background:url(../assets/images/logo_xenex_registration.png) no-repeat 0 0;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
}

#submitForm {
	position:absolute;
	top:0;
	right:0;
	width:96px;
	height:35px;
	padding-top:3px;
	background-color:#3366ff;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
