body {
	background:#FFFFFF url(/images/site/bg.png) top repeat-x;
	text-align:center;
	color:#6D869F;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:0px;
}

div#top {
	width:800px;
	text-align: center;
	margin:20px auto;
	color:#5F9154;
	font-size:22px;
	line-height:40px;
}

div#dev {
	width:600px;
	margin:0px auto;
	color:#5F9154;
	line-height:22px;
	font-size:13px;
}

table {
	width:550px;
	margin:30px auto;
	border:1px solid #8BADCE;
	background: url(/images/site/tblbg.png) top repeat-x;
}

table td {
	padding:20px 30px 10px 30px;
	width:550px;
	text-align: left;
	font-weight:bold;
	line-height:23px;
}

table td.head {
	padding:50px 10px 10px;
	text-align: center;
	font-weight:normal;
	line-height:25px;
}

input {
	width:95%;
	border:1px solid #FFAA24;
	padding:8px;
	font-size:12px;
	color:#5F9154;
}

select {
	padding:8px;
}

input:focus {
	background:#FFEFD5;
}

div#message {
	position:absolute;
	background:#F2FAFC;
	border:1px solid #8FEAFF;
	width:260px;
	padding:15px;
	margin-top:5px;
	line-height:24px;
	font-size:12px;
	opacity:0;
	filter: alpha(opacity = 0);
	display:block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

div#message_red {
	background:#FFF3DF url(/images/block_.png) top left no-repeat;
	border:1px solid red;
	color:red;
	display:none;
	margin:0 auto 20px auto;
	padding:10px 0px 40px 0px;
	text-align:left;
	width:550px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.formMessage {
	background: url(/images/shadow.gif) no-repeat bottom right;
	background: url(/images/shadowAlpha.png) no-repeat right bottom !important;
	position:absolute;
	margin-left:400px;
	display:none;
}

div.mess {
	background:#F2FAFC;
	text-align:left;
	border:1px solid #8BC7DF;
	padding:15px;
	color:#5F9154;
	margin: -6px 6px 6px -6px;
	width:300px;
	font-size:13px;
	font-weight:normal;
	line-height:23px;
}