/*****************************************************************************
	Cascading Stylesheet

 *****************************************************************************/

/* setup body */

body {
	background-color:#CEC6BF;
}


/* general styles */

.background {
	background-repeat:no-repeat;
	background-position:right top;
}

.text {
  	font-family:arial,verdana,sans-serif;
	font-size:11px;
	line-height:18px;
	color:#2A0E0A;
	text-decoration:none;
	text-align:justify;
}

.text_error {
  	font-family:arial,verdana,sans-serif;
	font-size:11px;
	line-height:18px;
	color:#F52406;
	text-decoration:none;
	text-align:justify;
}

.footer {
  	font-family:arial,verdana,sans-serif;
	font-size:11px;
	line-height:18px;
	color:#635344;
	text-decoration:none;
}

.text_small {
  	font-family:arial,verdana,sans-serif;
	font-size:10px;
	line-height:17px;
	color:#2A0E0A;
	text-decoration:none;
}

.field {
  	background-color:#FFFFFF;
	width:212px;
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	color:#2A0E0A;
	text-decoration:none;
	border-style:solid;
	border-color:#635344;
	border-width:1px;
 }
 
.fieldblind {
  	display: none;
 }
 
.area {
  	background-color:#FFFFFF;
	width:212px;
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	color:#2A0E0A;
	text-decoration:none;
	border-style:solid;
	border-color:#635344;
	border-width:1px;
 }
 
.button { 
	background-color:#635344;
	color:#FFFFFF;
	width:65px;
	font-family:arial,verdana,sans-serif;
	font-size:10px;
	text-decoration:none;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}