/* CSS for all forms */


.form_err_msg{
	padding-top:10px;
	font: bold 12px Calibri;
	clear:both;
	color: #CC0000;
	margin-left:20px;
}
.form_ok_msg{
	padding:4px;
	font: bold 14px Calibri;
	color: #009933;
	margin-left:10px;
}
.err_msg{
	padding:4px;
	font: bold 12px Calibri;
	clear:both;
	color: #CC0000;
}

/*global form CSS*/
.row_open{
	clear:both;
	float:left;
	width:550px;
}
.form_name_open{
	margin-top: 13px;
	font: bold 14px Calibri, Calibri, Arial;
	min-width: 160px;
	text-align: right;
	padding-right:10px;
	clear:both;
	float:left;
}
.form_item_open{
	margin-top: 10px;
	font: normal 14px Calibri, Calibri, Arial;
	float:left;
}
.form_item_open input{ /*just for captcha*/
	float:left;
	clear:both;
}
#form_error{
	font: bold 12px Calibri, Arial;
	color:#990000;
	float:left;
	clear:both; 
}



/*invite form CSS*/
.invite_name_open{
	margin-top: 10px;
	font: bold 14px Calibri, Calibri, Arial;
	min-width: 160px;
	text-align: left;
	padding-right:10px;
	clear:both;
	float:left;
}
.invite_item_open{
	margin-top: 0px;
	clear:both;
	font: normal 14px Calibri, Calibri, Arial;
	float:left;
}

/*top search box*/
#searchbox {
	float:left;
	width: 245px;
	margin-left:10px;
	padding-top: 30px;
}
#searchbox input{
	width: 210px;
}
#searchbox input[type="text"]{
	float:left;
	font: normal 16px Calibri, Arial;
	height: 20px;
	width: 180px;
	color: #999999;
	border: 1px solid #666666;
}
#searchbox input[type="submit"]{
	border: 1px solid #333333;
	font: normal 12px Calibri, Arial;
	width: 60px;
	height: 22px;
	color: #FFFFFF;
	float:right;
	background-color: #333333
}
#searchbox input[type="submit"]:hover{
	cursor: pointer;
	background-color: #666666;
}




/*===================================
/*  Newsletter box (on homepage)  
/*===================================*/
#newsletterbox {
	vertical-align:top;
	float:left;
	width: 400px;
	height: 30px;
}
#newsletter_name{
	float:left;
	padding-top:2px;
}
#newsletterbox input{
	font: normal 12px Calibri, Arial;
	float:left;
}

#newsletterbox input[type="text"]{
	margin-left:5px;
	height: 18px;
	background-color: #CCCCCC;
	color: #666666;
	float:left;
}

#newsletterbox input[type="submit"]{
	margin:0px;
	border: 1px solid #333333;
	font: normal 12px Calibri, Arial;
	width: 60px;
	height: 22px;
	color: #FFFFFF;
	float:right;
	background-color: #333333
}
#newsletterbox input[type="submit"]:hover{
	cursor: pointer;
	background-color: #666666;
}
#newsletterbox .formerr {
	border: 1px solid #CC0000;
}




/*===================================
/*  Main search form (on homepage)  
/*===================================*/
#main_search_form {
	float: left;
	width: 550px;
	margin-left:10px;
	padding:10px;
	padding-bottom:20px;
	/*background: url('../images/homepage/search_back.gif') no-repeat 0 0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;*/
	font: bold 12px Calibri, Arial;
}
#main_search_form input{
	padding-top: 2px;
	outline:none;
	height:20px;
}
#main_search_form input[type="text"]{
	border: 1px solid #999999;
}
#main_search_form select{
	padding-top: 2px;
	height:24px;
	border: 1px solid #999999;
}
#main_search_form select option{
	padding-right: 15px;
}
#main_search_form input[type="submit"]{
	float: left;
	clear:both;
	width: 175px;
	outline: none;
	text-decoration:none;
	display:block;
	height: 80px;
	color: #000000;
	border:0px;
	background: url('../images/buttons/search.gif') no-repeat 0 0;
	margin-left: 200px;
}
#main_search_form input[type="submit"]::-moz-focus-inner 
{ border: 0; }
#main_search_form input[type="submit"]:hover{
	cursor: pointer;
	background-position: 0 -81px;
}

/*Reset Password box*/
#feedback_form{
	float: left;
	width: 568px;
	padding: 10px;
	font: bold 14px Calibri, Arial;
	margin-left:15px;
	background-color: #E2E5F0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#feedback_form input{
	margin: 4px 0 4px 0;
	font: normal 15px Calibri, Arial;
	border: 1px solid #999999;
	padding-top: 2px;
}
#feedback_form textarea{
	float:left;
	border: 1px solid #999999;
}

#feedback_form input[type="text"]{
	height: 21px;
}
#feedback_form input[type="submit"]{
	clear:both;
	border: 1px solid #333333;
	font: normal 12px Calibri, Arial;
	width: 100px;
	margin-top: 10px;
	margin-right: 90px;
	height: 22px;
	color: #FFFFFF;
	float:right;
	background-color: #333333
}
#feedback_form input[type="submit"]:hover{
	cursor: pointer;
	background-color: #666666;
}
#feedback_form .formerr {
	border: 1px solid #CC0000;
}


/*===================================
/*  Review Restaurant Form
/*===================================*/
#review_form_box{
	clear: both;
	width:567px;
	display: none;
	margin-left: 10px;
	margin-bottom:10px;
	float:left;
	padding:10px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url(../images/common/review_back.gif) repeat-x 0 0px;
	
}
#review_form_box input{
	border: 1px solid #999999;
	float:left;
}
#review_form_box input[type="text"]{
	border: 1px solid #999999;
	height: 20px;
	float:left;
}
#review_form_box select{
	border:1px solid #999999;
	padding-top: 2px;
	height:24px;
	border: 1px solid #999999;
}
#review_form_box textarea{
	float:left;
	padding-top: 2px;
	border: 1px solid #999999;
	width:526px;
}
#review_form_box select option{
	padding-right: 15px;
}
#review_form_box input[type="submit"]{
	clear:both;
	margin-right: 3px;
	padding:3px;
	border: 1px solid #333333;
	font: normal 12px Calibri, Arial;
	width: 100px;
	color: #FFFFFF;
	float:right;
	background-color: #333333
}
#review_form_box input[type="submit"]:hover{
	cursor: pointer;
	background-color: #666666;
}
.review_rating_label{
	margin-bottom:5px;
	width:120px;
	clear:both;
	font: bold 15px Calibri;
	float:left;
}
.review_comment_label{
	margin-bottom:5px;
	margin-top:10px;
	width:220px;
	clear:both;
	font: bold 15px Calibri;
	float:left;
}
.review_rating_input{
	margin-top:0px;
	padding-bottom: 10px;
	font: bold 15px Calibri;
	float:left;
}
.email_subtitle{
	clear:both;
	font: normal 13px Calibri;
	color: #666666;
	float:left;
}
.review_note{
	font: normal 13px Calibri;
	color: #666666;
	float:left;
}


/*Login box*/
#acc_helper_form{
	float: left;
	margin-top: 10px;
	width: 568px;
	padding: 10px;
	font: bold 14px Calibri, Arial;
	margin-left:15px;
	background-color: #E2E5F0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #E2E5F0;
}
#acc_helper_form input{
	margin: 2px 0 0px 0;
	font: normal 15px Calibri, Arial;
	padding-top: 2px;
	float: left;
}
#acc_helper_form input[type="text"]{
	height: 21px;
	width: 230px;
	float: left;
	clear:both;
	border:1px solid #999999;
}
#acc_helper_form input[type="password"]{
	height: 21px;
	width: 230px;
	float: left;
	clear:both;
	border:1px solid #999999;
}
#acc_helper_form input[type="submit"]{
	border: 1px solid #333333;
	font: normal 12px Calibri, Arial;
	text-align:center;
	width: 80px;
	height: 22px;
	color: #FFFFFF;
	margin: 10px 0 0 150px;
	float:left;
	clear:both;
	background-color: #333333
}
#acc_helper_form input[type="submit"]:hover{
	cursor: pointer;
	background-color: #666666;
}

#acc_helper_form .formerr {
	border: 1px solid #CC0000;
}



/*===================================
/*  Review Restaurant Form
/*===================================*/
#newsletter_form{
	width:561px;
	margin-left: 100px;
	margin-bottom:10px;
	float:left;
	padding:10px;
}
#newsletter_form input[type="text"]{
	float:left;
	height:21px;
	color: #666666;
	border: 1px solid #999999;
}
#newsletter_form input[type="submit"]{
	height:24px;
	float:left;
	width: 100px;
	margin-left:10px;
	font: normal 12px Calibri, Arial;
	/*border: 1px solid #333333;
	color: #FFFFFF;
	background-color: #333333;*/
}
#newsletter_form input[type="submit"]:hover{
	cursor: pointer;
	/*background-color: #666666;*/
}

#review_err_msg {
	width: 537px;
	padding:10px;
	margin-top:3px;
	margin-bottom:10px;
	font: bold 12px Calibri, Arial;
	color: #FF0000;
	background-color: #EEC8C8;
	border: 1px solid #FF0000;
	float: left;
}
