@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	overflow:auto;
}

body {
text-align:center;
background-color:#444444;
font-size:11px;
color:#333333;
line-height:1.5;
}

#holderMessages {
	position:relative;
	top:0;
	left:5px;
	margin:0 auto;
	z-index:2;
}

#messageWorking, #messageError {
	width:973px;
	background-image:none;
}

.header {
	background-color:#9ccbf1;
	padding:3px;
	color:#ffffff;
	margin:0 0 10px 0;
}

h2, p {
margin:0 0 10px 0;
}

h3 {
margin:10px 0 10px 0;
font-size:13px;
}

#holderContentMain {
width:400px;
text-align:left;
background-color:#ffffff;
padding:10px;
margin:10px auto;
}

label {
	width:100px;
	display:block;
	padding:3px;
	float:left;
	background-color:#eeeeee;
}

a:link, a:visited, a:hover, a:active {
color:#888888;
}