/* CSS Document */

div#form-window {
	position: relative;
	width: 513px;
	height: auto;
	margin: 1em auto;
/*	border: 5px solid #155095;*/
	background-color: #ECF5F9;
	background-image: url(../graphics/bg_form_1.gif);
	background-repeat: no-repeat;
}
div#window-inner {
	width: 483px;
	padding: 25px 15px;
	background: url(../graphics/bg_form_2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


div#body {
	width: 1000px;
	margin: 0px auto;
}

div.info {
	position: relative;
	width: 900px;
	height: auto;
	margin: 1em auto;
	padding: 1em 2em;
	border: 5px solid #fff;
	background-color: #e1e1e1;
}


div.error {
	color: #f30;
	background-image: url(../graphics/icons/error.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

div.success {
	color: #00ba0d;
	background-image: url(../graphics/icons/success.gif);
	background-position: 5px center;
	background-repeat: no-repeat;	
}


div#footer {
	position: relative;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	background-color: #d6d6d6;
	color: #888;
	padding: 7px;
	clear: both;	
	text-align: center;
	font-size: 0.9em;
	width: 80%;
	margin: 0 auto;
}
div#footer:hover, div#footer:hover a {
	color: #444; 
}
div#footer a {
	color: #888;
}
div#footer a:hover {
	color: #333;
	background: none;
	text-decoration: none;
}
