/* styles document */

/********************
BODY & TEXT
********************/

body
	{
	background-color: #417b86;
	color:#d6d4c8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	}

#container
	{
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	width: 934px;
	position: relative;
	top:-5px;
	
	}
	
#wa_container
	{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	}	
	
#flash
	{
	position:relative;
	top:25px;
	left:53px;
	text-align: left;
	}

a:link
	{
	color:#d6d4c8;
	}
	
a:visited
	{
	color:#d6d4c8;
	}
	
a:hover
	{
	color:#99FFFF;
	}
	
a:active
	{
	color:#99FFFF;
	}

td {
	font: .9em Arial;
}

.title {
	color: #154549;
}

.notes {
	font-size: 12px;
}

.footer {

	font-size: 12px;
}

.confirm, .error {

	font-weight: bold;
	color: #CC6733;
}

/********************
FORM WIDGETS
********************/
textarea {
	font-family: Arial;
}

.button {
	background-color: #D0AE55;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}