body{
	font-family:Trebuchet MS;
	font-size:12px;
	margin:0px auto 0px auto;
	width:950px;
	background-image:url('../img/back.jpg');
	background-repeat:repeat-x;
	background-color:#E7EEF4;
	
}

input{font-size:10px;}

textarea{font-size:12px;}

.hint{
	font-size:11px;
color:#5A5A5A;
}

.star_cmt{
	color: #FF0000;
	font-size:9px;
}

.cmt{
	color:#696969;
}

.loginBox{
	width:105px;
	}
	
.login{
	width:940px;
	height: 80px;
	/*text-align:right;
	/*
	background-color:#E1E1E1;
	border-bottom:1px solid #C3C3C3;
	*/
	color:white;
	font-weight:bold;
	background-image:url('../img/back.jpg');
	background-repeat:repeat-x;
	border:0px solid green;
}

.loginSmall, .loginSmall:hover,.loginSmall:visited{
	font-size: 10px;
	color:   #0D3654;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

.loginSmall:hover{
	background-color: #FFFACD;
	text-decoration:none;
	font-weight:bold;
}

.searchEngine{
	position: relative;
	width: 440px;
	height:25px;
	margin-top: 73px;
	padding-top:5px;
	padding-right:10px;
	font-weight:bold;
	color: white;
	border: 0px solid red;
	background-image:url('../img/search.png');
	background-repeat:no-repeat;
	background-position: top right;
	padding-bottom: 5px;
	text-align:right;
	float: right;
}

.searchEnginePage{
		
	width: 90%;
	height:30px;
	font-weight:bold;
	color: black;
	border: 0px solid #696969;
	margin-top:10px;
	padding-top:4px;
	padding-right:10px;
/*	background-image:url('../img/search.png');*/
	background-color:#F7F7F7;
	background-repeat:no-repeat;
	background-position: top right;
	text-align:center;
	
}
.loginInfo{
	position: relative;
	width:360px;
	height:20px;
	padding-top:7px;
	padding-right:10px;
	font-weight:bold;
	color: #FF5500;
	border: 0px solid green;
	text-align:right;
	float: right;
	padding-bottom:5px;
}


legend{
	color: green;
	font-weight:bold;
	font-size:12px;
}

.header{
	width:950px;
	height:132px;
	background-image:url('../img/header.jpg');
	background-repeat:no-repeat;
	background-color:white;
	/*text-align:center;*/
	
	
}

.footer{
	background-image:url('../img/footer.jpg');
	background-color: #D4FFFF;
	width:100%;
	height:43px;
	border:0px solid green;
	
}

.titleMessage{
	font-size: 16px; font-weight: bold;
}
.infoMessage{
	width: 360px; border:1px solid #2A2AA9; color:#2A2AA9; font-weight:bold; background-color:#AAD4FF;  text-align:left; padding: 5px 5px 5px 5px;
}


.okMessage{
	width: 360px; border:1px solid green; color:green; font-weight:bold; background-color:#FFFFAA; margin-top:10px; text-align:left; padding: 10px 10px 10px 10px;
}

.errorMessage{
	width: 360px; border:1px solid red;color:red; font-weight:bold; background-color:#FFFFAA;  margin-top:10px; text-align:left; padding: 10px 10px 10px 10px;
}

.errorTitle{
	color: Black; font-weight:bold;
}

.errorLogin{
	width: 140px; border:1px solid red;color:red; font-weight:bold; background-color:#FFFFAA;  margin-top:10px; text-align:left; padding: 5px 5px 5px 5px; font-size:10px;
}

.errorInput{
	border: 2px solid red;
}

#form_result { overflow: auto; }
 
#form_result.ajax-loading {	padding: 20px 0; background: url('../img/loading.gif') no-repeat center; }