html{
height: 100%;
margin-bottom: 1px;
font-size: 100%;
}

body{
margin: 0px;
padding: 0px;
font-size: 62.5%;
color: #212263;
font-family:Arial, Helvetica, sans-serif;
background: url(../images/background.jpg) #FFFFFF;
}

.holder{
margin: 0px auto;
width: 700px;
}

.header{
	height: 241px;
	width: 700px;
	background:url(../images/header.gif) no-repeat;
	display:block;
	float: left;
}

.content-holder{
	background:#FFFFFF;
	width: 660px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

h1{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
	float: left;
	clear: both;
}

h2{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #d1047c;
	float: left;
	clear: both;
}

.logo{
width: 216px;
height: 73px;

padding-top: 20px;
}

p{
font-size: 1.2em;
margin-bottom: 8px;
line-height: 1.2em;
}

.tc{
margin-top: 10px;
font-size: 1.0em;
}

a{
text-decoration:underline;
color: #d1047c;
font-weight: bold;
}

a:hover{
text-decoration: none;
}



.error{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
	color:#FFFFFF;
	clear: both;
	background-color: #FF0000;
	padding: 10px;
	margin-top: 10px;
	float: left;
	width: 640px;
}

form {
	padding-top: 20px;
	width: 660px;
	float: left;
}
form ul {
	list-style-type: none;
	width: 660px;
}
form li {
	padding-bottom: 12px;
	width: 660px;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
}
form .space {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}
form label {
	width: 250px;
	display: inline-block;
	float: left;
}
form span {
	width: 200px;
	display: inline-block;
	float: left;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
.w300 {
	width: 300px;
}
.submit {
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 131px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 250px;
}
