@charset "utf-8";
/* CSS Document */

body {
	text-align: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;		
	height: auto;
	background-color: #eee;
	position:relative;
}

a:link {
	color: #9F0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9F0;
}
a:hover {
	text-decoration: none;
	color: #9F0;
}
a:active {
	text-decoration: none;
	color: #9F0;
}

#center_div {
	width:908px; 
	margin:0 auto;
} 

#top {
	width:908px; 
	height:8px;
	background:url(../image/top.png);
}

#middle {
	width:908px; 
	margin:0 auto;
	background-color:#afa;
	background:url(../image/middle.png);
	background-repeat:repeat-y;
}

#content {
	width:900px; 
	margin:0 auto;
	background-color:#fff;
	background-image:url(../image/topshadow.png);
	background-position:top;
	background-repeat:repeat-x;
}

#bottom {
	width:908px; 
	height:8px;
	background:url(../image/bottom.png);
	color:#444;
}

#footer {
	width:900px; 
	height:16px;
	margin:0 auto;
	background-color:#000;
	clear: both; 
	text-align: center;
	color:#ccc;
}

#header {
	width:900px; 
	height:184px;
	margin:0 auto;
	background-color:#000;	
}

#navigation {
	width:900px; 
	height:32px;
	margin:0 auto;
	background-color:#888;			
}

#left {
	width:568px; 
	margin:0 auto;
	padding:16px;
	float:left;
	text-align:left;
}

#right {
	width:268px; 
	margin:0 auto;
	margin-top:2px;
	padding:16px;
	background-color:#000;
	color:#fff;
	float:right;
}
#tour {
	width:832px; 
	margin:0 auto;
	/*margin-left:38px;*/
	padding:16px;
}
#error {
	color:#900;	
}









#login {
	width:184px;
	padding:8px;
	color:#FFF;
}
#login label{
	display:block;
	font-weight:bold;
	color:#ccc;
	font-size:10px;
	text-align:left;
	width:68px;
	float:left;
	margin:0;

}
#login p{
	margin-top:6px;
	margin-bottom:6px;	
}
#login input{
	float:left;
	display:block;
	color:#fff;
	font-size:12px;
	padding:3px;
	margin:1px;
	margin-bottom:2px;
	background:url(../image/input.png);
	background-position:right;
	background-repeat:no-repeat;
	border:none;
	width:106px;
	height:14px;
	overflow:inherit;
	/*margin:4px 0 4px 4px;*/
}
#login button{
	float:left;
	font-weight:bold;
	display:block;
	color:#fff;
	font-size:10px;	
	border:none;
	background:url(../image/input.png) no-repeat;
	/*background:url(../images/formInputBackground.png) repeat-x #ff4480;*/
	width:112px;
	height:20px;
	margin-bottom:4px;
	/*margin:4px 0 4px 4px;*/
}










/* ------------- MAIN FORM ------------------ */
.mainFormStyle{	
	margin:auto;
	width:500px;
	padding:4px;

}
#mainForm{

	background-color:#ddd;
}
#mainForm h1 {
	font-size:14px;
	font-weight:bold;
}
#mainForm p{
	font-size:11px;
	color:#666666;
	border-bottom:solid 1px #9f0;
	padding-bottom:4px;
}
#mainForm label{
	display:block;
	font-weight:bold;
	text-align:left;
	width:212px;
	float:left;
}
#mainForm .small{
	color:#666666;
	display:block;
	font-size:9px;
	font-weight:normal;
	text-align:left;
	width:212px;
}
#mainForm input{
	float:left;
	color:#000;
	font-size:12px;
	padding:4px 4px;
	border:solid 1px #9f0;
	/*background:url(../images/fib.png) repeat-x #ff4480;*/
	width:200px;
	height:24px;
	margin:4px 0 4px 4px;
}
#mainForm textarea{
	float:left;
	color:#000;
	font-size:12px;
	padding:4px 4px;
	border:solid 1px #9f0;
	/*background:url(../images/fib.png) repeat-x #882240;*/
	width:460px;
	height:100px;
	margin:4px 0 4px 4px;	
}
#mainForm select{
	float:left;
	color:#000;
	font-size:12px;
	padding:4px 4px;
	border:solid 1px #9f0;
	/*background:url(../images/formInputBackground.png) repeat-x #ff4480;*/
	width:200px;
	height:24px;
	margin:4px 0 4px 4px;
}
#mainForm button{
	clear:both;
	display:block;
	width:100px;
	height:34px;
	border:none;
	text-align:center;
	line-height:24px;
	color:#000;
	font-size:11px;
	font-weight:bold;
	margin-top:4px;
}
