* {
	margin:0; 
	padding:0;
}

body {
	text-align: center;
	background: #492236;
	font-family: Arial, Helvetica, sans-serif;
	color:#d4caaa;
	font-size: 13px;
}

img {
	border:none;
}

form {
	width:610px;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
	
}

fieldset {
	border:1px solid #663e4d; 
	padding:10px;
}

legend {
	color:#d4caaa;
	font:16px "Courier New", Courier, monospace;
	font-weight: bold;
	padding:10px;
}

label {
	display:block;
	width:340px;
	float:left;
	clear:left;
	margin-bottom:10px;
	text-align:right;
	padding-right:5px;
	color:#d4caaa;
}

input, textarea, select {
	width:200px;
	background-color:#baaf93;
	border:1px solid #663e4d;
	color:#492236;
	margin-bottom:10px;
}


.subm {
	float:right;
	width:95px;
	cursor:pointer; 
	margin-top:10px;
	margin-right:100px;
}

p{margin:5px 0 0px 0;}

p.error {
	color:#FF0000;
	font-size: 14px;
}

p.message {
	margin:20px 0 40px 0;
}

a:link, a:visited {color:#BD779A; cursor:pointer; text-decoration:none;}

a:hover {color:#D6ABC0;}

a:active {color:#EEDDE6; text-decoration:none;}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/loading2.gif) no-repeat center;
}

