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

form select
{
	width:100%;
}

form #text
{
	width:99%;
}

form textarea
{
	width:99%;
}

form #submit
{
	margin-left:4px;
	margin-right:4px;
	width:70px;
}

form #error
{
	background-color:#e9d6d5;
	border-color:#c2908d;
	border-style:solid;
	border-width:1px;
	color:#9d3a34;
	height:19px;
	width:99%;
}

#header
{
	background-color:#c9d4e0;
	border-color:#b3c0ce;
	border-style:solid;
	border-width:1px;
	height:auto;
	margin-bottom:15px;
	padding:5px;
	text-align:center;
}

#spacer
{
	background-color:#ceced3;
	border-left-color:#1f1f1f;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#1f1f1f;
	border-right-style:solid;
	border-right-width:1px;
	font-size:10px;
	padding-right:10px;
	text-align:right;
	width:auto;
}

#toolbar
{
	background-color:#e2e2e2;
	border-left-color:#1f1f1f;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#1f1f1f;
	border-right-style:solid;
	border-right-width:1px;
	padding-bottom:3px;
	padding-top:7px;
	width:auto;
}

#toolbar #submit
{
	background-color:transparent;
	border:none;
	color:#424242;
	font-weight:bold;
	height:29px;
	width:50px;
}

#toolbar #submit:hover
{
	background-image:url(images/toolbar_bg_hover.jpg);
	border-color:#898989;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
}

#successmessage
{
	background-color:#cce0c9;
	border-color:#9bc28d;
	border-style:solid;
	border-width:1px;
	color:#679357;
	height:auto;
	margin-bottom:15px;
	padding:5px;
	text-align:center;
}

#errormessage
{
	background-color:#e0cac9;
	border-color:#FF0000;
	border-style:solid;
	border-width:1px;
	color:#FF0000;
	height:auto;
	margin-bottom:15px;
	padding:5px;
	text-align:center;
}

#validationerror
{
	background-color:#FFEFDF;
	border-color:#CC6600;
	border-style:solid;
	border-width:1px;
	color:#CC6600;
	height:auto;
	margin-bottom:15px;
	padding:5px;
}

#validationerror ul, #validationerror li
{
	/* color:#9d3a34; */
	text-align:left;
}

#titlebar
{
	font-weight:bold;
	padding-top: 9px;
}

#tip
{
	font-size:11px;
	font-style:italic;
}

#modal
{
	background-color: transparent;
	background-image: url(images/modal-bg.png);
	background-repeat:repeat;
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}

#modal_window
{
	background-color:#FFFFFF;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	height:auto;
	left:50%;
	margin-left:-175px;
	margin-top:-100px;
	padding:25px;
	position:absolute;
	text-align:center;
	top:50%;
	width:350px;
	z-index:0;
}
