/*
	styling tested with:
	- Microsoft Internet Explorer 7
	- Microsoft Internet Explorer 8
	- Mozilla Firefox 3.6
*/

body {
	overflow-y: hidden;
	color: #545353;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #E1E1DD;
}

div.image, div.page {
	position: absolute;
	top: 50%;
	left: 50%;
}

div.image {
	text-align: right;
	height: 25px;
	margin-top: -155px;
	width: 240px;
	margin-left: -120px;
}

div.page {
	background-color: white;
	border-style: outset;
	border-width: 2px;
	border-color: #EB5037;
	min-height: 220px;
	padding-bottom: 20px;
	margin-top: -120px;
	width: 234px;
	margin-left: -120px;
}

* html div.page {
	/* ie hack since it doesn't adhere to the spec and keeps border inside div's box */
	width: 240px;
}

div.form {
	margin: 0 0 0 25px;
}

p {
	margin: 5px 15px 5px 15px;
}

.error {
	margin: 15px;
	padding: 5px;
	color: #E6234B;
	background-color: #F291A5;
	font-size: 14px;
	font-weight: bold;
}
.hidden {
    display:none;
    width:0;
    height:0;
}

.success {
	margin: 15px;
	padding: 5px;
	color: #ABD81D;
	background-color: #D6DB8E;
	font-size: 14px;
	font-weight: bold;
}

h1, h2, h3 {
	margin: 15px;
	color: #EB5037;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}
