h1.popout {
	padding: 0;
	height: 24px;
	margin: 0 0 0.5em 0;
	overflow: hidden;
}

h1.popout span {	
	height: 24px;
	line-height: 24px;
	float: left;
	display: block;
}

h1.popout span.r {
	padding: 0 10px 0 0;
	background: #E50E89 url('/images/layout/heading-right.gif') no-repeat top right;
}

h1.popout span.l {
	background: transparent url('/images/layout/heading-left.png') no-repeat top left;
	padding-left: 10px;
	
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
}

img.voucher {
	width: 233px;
}

form {
	margin: 0;
}

form table th{
	white-space: nowrap;
	text-align: right;
	color: #00459D;
	font-weight: bold;
	line-height: 24px;
	vertical-align: top;
}

form table th,
form table td{
	padding: 2px;
}

form table th,
form table td{
	padding-bottom: 5px;
}

hr {
	border: 1px solid #C51079;
	background: #C51079; /*#00459D*/
}

form button,
form input[type=submit],
form input[type=button]{
	padding: 3px 6px;
	color: #00459D;
	font-weight: bold;
	margin: 5px 0;
}

.fieldError {
	border: 1px solid #C51079;
	background: #FFEFF8;
}

.inputError {
	color: #C51079;
	display: block;
}

.errors {
	display: block;
	background: #C51079 url('/images/error.png') 5px 10px no-repeat;
	color: white;
	margin: 15px 0 20px;
	padding: 10px 5px 10px 35px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.errors ul {
	padding-left: 15px;
}

.errors li {
	color: white;
}

.errors *:last-child {
	margin-bottom: 0;
}

.box {
	overflow-x: auto;
}

.box table {
	width: 100%;
}

.box table th {
	text-align: left;
}

.message  {
	background: #005aab url('/images/message.png') 3px 6px no-repeat;
	color: white;
	margin: 10px 0;
	padding: 10px 5px 10px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#intro {
	background: url('/images/layout/top.png') no-repeat top left;
	height: 213px;	
	width: 519px;
	margin: -20px 0 -20px -13px;
	padding: 10px;
	color: white;
	position: absolute;
}

#signup {
	padding-top: 170px;
}

#intro #benefits {
	float: left;
}

#intro #login {
	float: left;
	margin-left: 40px;
	width: 260px;
	padding-top:5px;
}

#intro #login label {
	width: 100px;
	display: block;
	float: left;
	margin: 3px;
	clear: left;
}

#intro #login input.field {
	margin: 3px;
	width: 130px;
}

#intro #login .forgot {
	vertical-align: top;
	margin-left: 10px;
	line-height: 10px;
	padding-top: 7px;
	width: 145px;
}

#intro #login .forgot img {
	vertical-align: middle;
	line-height: 10px;
	width: 145px;
}

#signup {
	clear: both;
}