div#main div#form{
	width: 548px;
	margin-bottom: 3em;
	margin-top: 2em;
}

div#main div#form form{
	margin-top: -2em;
}

div#main div#content{
	padding: 0 2em 2em 0em;
}

div#contact-page p.buttonheading{
	display: none;
}

div#contact-page h2.contentheading{
	display: none;
}

div#main div#form .field{
	margin: 0.5em 0em;
	display: block;
	width: 100%;
	color: #aaa;
	border: none;
	padding: 7px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

div#main div#form input.field{
	background: url(../images/contact_field1.png);
	height: 20px;
}

div#main div#form textarea{
	background: url(../images/contact_field2.png) top left no-repeat;
	height: 103px;
	overflow: hidden;
}

div#main div#form .field:focus{
	color: #000;
}

div#main div#form input[type="submit"]{
	background: url(../images/contact_button.png) 0 7px no-repeat;
	border: none;
	float: right;
	width: 162px;
	height: 41px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: -17px;
	margin-right: -20px;
	cursor: pointer;
}

div#main div#form h1{
	background: url(../images/contact_button.png) 0 0 no-repeat;
	height: 34px;
	width: 162px;
	color: #fff;
	display: block;
	padding: 3px 0 5px 25px;
	margin-bottom: 0;
	font-size: 1.1em;
}

div#content form{
	margin-bottom: 3em;
	margin-top: 3em;
}

div#content form fieldset{
	margin: 0;
	padding: 0;
}

div#content form fieldset > *,
div#content form.user > *{
	position: relative;
	margin: 10px 0;
	height: 33px;
}

div#content form fieldset > div input,
div#content form.user > div input{
	position: absolute;
	left: 135px;
	top: 5px;
}

div#content form input[size],
div#content form#josForm input,
div#content form.user input{
	border: 0;
	background: none;
	width: 250px;
	height: 21px;
}

div#content form div.name,
div#content form div.pass,
div#content form div.user,
div#content form div.email,
div#content form div.verify_pass{
	background: url(../images/login_field.png) 130px 0 no-repeat;
}

div#content form.user div label,
div#content form#login label,
div#content form#josForm label{
	position: absolute;
	top: 0.5em;
}

div#content form label,
div#content form p{
	font-size: 1.3em;
	font-weight: bold;
	text-transform: none;
	color: #112e52;
}

div#content form.josForm{
	position: relative;
	background: url(../images/login_field.png) 0 55px no-repeat;
}

div#content form.josForm input{
	position: relative;
	border: 0;
	background: none;
	width: 250px;
	display: block;
	height: 21px;
	left: 5px;
	top: 0;
	margin: 20px 0 20px 0;
}

div#content form.user button{
	height: 25px;
}

div#content form.user div.user_name{
	background: none;
}

div#content form.user div.user_name span{
	position:absolute;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: none;
	color: #112e52;
	left: 135px;
	top: 0.5em;
}

div#content form.user select{
	width: 500px;
}

div#content table.paramlist td{
	height: 40px;
}
