.green_button_left {
	background-image: url(/images/green_button_left.png);
	float: left;
	height: 21px;
	width: 2px;
}
.green_button_right {
	background-image: url(/images/green_button_right.png);
	float: left;
	height: 21px;
	width: 2px;
}
.green_button_center {
	background-image: url(/images/green_button_center.png);
	float: left;
	height: 21px;
	width:96px;
	
}
.button_text {
	text-align:center;
	font-family:Verdana;
	font-size:14px;
	color: #FFFFFF;
	padding:1px;
}
.green_button{
	width:100px;
	cursor:pointer;
}

.dialog {
	display: none;
}
.score_dialog {
	background-image: url(/images/score_dialog.jpg);
	width: 74px;
	height: 72px;
	background-repeat:no-repeat;
	/*
	margin-left: -5px;
	*/
	float: left;
}
.score_number {
	font-family: Verdana;
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
.score_text {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
}
.ui-dialog-titlebar  {
	height: 5px;
	background: none;
	display: none;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0 0 0 0;
}
.ui-dialog {
	border: 1px solid #75001f;
}
.ui-dialog-content {
	padding: 0 0 0 0;
}
.ui-dialog {
	padding: 0 0 0 0;
}
.rateProdTitle {
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight: bold;
	float: left;
	margin-left: 5px;
	width:250px;
	text-align: center;
}
.login_sign_up_holder {
	height: 50px;
	border: 1px solid #CCCCCC;
	position: relative;
	width: 470px;
	height: 370px;
}
#dialog {

}
.guest_holder {
	width: 100%;
	height: 370px;
	border: 1px solid #CCCCCC;
	display:block;
	position: absolute;
}
.login_sign_up_error{
	color: red;
	font-size: 12px;
	display:block;
	width: 100%;
	float: left;
	height:16px;
}
.label_holder {
	font-size: 12px;
	text-align: left;
	padding-left:22px;
}
.fields_holder {
	margin-top:5px;
	float:left;
	width:100%;
}
.rate_input {
	width: 170px;
	height: 20px;
	font-size: 12px;
}
.input_error {
	background-color: red;
}
