body {
	background: #fff;
	width: 600px;
	color: #fff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

#header {
	background: #0079c2;
	width: 100%;
	height: 80px;
}

	#header img {margin: 6px 0 0 25px; float:left;}
	#headerinner {margin: 7px 5px 0 0; float: right;}
	
.close {
	display: block;
	width: 44px;
	height: 15px;
	text-indent: -300000px;
	float: right;
}

h1 {
	display: block;
	width: 173px;
	height: 19px;
	text-indent: -300000px;
	margin: 20px 0 0 0;
	float: right;
}

p {margin: 10px 0;}

#content {
	height: 863px;
}

#form {
	/*padding: 64px 0 0 153px;*/
	margin: 0 0 0 120px;
	padding: 53px 26px 0;
	*padding-top: 63px;
	width: 318px;
}

.formField {
	height: 18px;
	margin-top: 13px;
}

.formFieldL, .formFieldR {
	width: 142px;
	float: left;
	height: 40px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	.formFieldR {float: right;}

label {
	display: block;
	margin-bottom: 2px;
}

input, select{
	width: 138px;
	height: 20px;
	border: 1px solid #268fd0;
	padding-left: 2px;
}
	select{height: 24px; padding: 2px;}
	select#salutation {width: 70px;}
	
#radioButtons {margin-top: 15px;}

.otherFieldInactive {
	color: #999;
	font-style: italic;
}
	.OtherFieldActive{color: #000; font-style: normal;}
	
#radioButtons input {
	width: 15px;
	height: 15px;
	display: inline;
	border: none;
}

#radioButtons label {
	display: inline;
}

#footer	{
	background: #0079c2;
	color: #fff;
	height: 25px;
	padding: 12px 0 0 27px;
}
	#footer a {color: #fff; text-decoration: none;}
