/**********GENERAL************/
BODY{
	/*overflow:-moz-scrollbars-vertical !important;
	min-height:100%;*/
	margin:0px;
	padding:0px;
	height:100%;
	margin-bottom:1px;
	background:url(../images/skin/bg.gif) #1b0702 repeat-y top center;
	/*scrollbar-face-color:#2d4d87;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#DEE3E7;
	scrollbar-3dlight-color:#D1D7DC;
	scrollbar-arrow-color: #ecedf2;
	scrollbar-track-color:#f9f8f1;
	scrollbar-darkshadow-color:#98AAB1;*/
	/*cursor: url('images/cursor.ani'),default;*/
}

A{
	text-decoration:underline;
	font-size:11px;
	font-family: tahoma,Tahoma,sans-serif;
	color:#fff;
}
A:hover{
	text-decoration:underline;
	color:#d29a9a;
}

TABLE,BODY,P,DIV,LEGEND{
	font-size:11px;
	color:#ebae15;
	font-family:Arial;
}

H1{
	text-decoration:none;
	font-weight:normal;
	font-size:20;
	color:#9a5400;
	font-family:'Trebuchet MS',Georgia,Tahoma;
	border:double #ceccb5;
	border-width:0px 0px 3px 0px;
	margin:0px;
}

TEXTAREA{
	background:#582008 !important;
}

.nopadding{
	padding:0px;
}

.poza{
	border:solid 1px;
	border-color:#a3a18f;
}
.poza:hover{
	border-color:#D09500;
}

.msg A{
	color:#590300;
}
.msg A:hover{
	#940100
}

/*************INPUT****************/
.input{
	font-size:11px;
	padding:1 3 1 3px;
	font-family:Arial,sans-serif;
	color:#fff;
	border:solid 1px #6b3b10;
	background:url(../images/skin/input_bg.gif) #582008 repeat-x; 
}

.input:hover,.input:focus{
	border-color:#ebae15;
}

.input1{
	font-size:11px;
	/*padding:3 3 3 3px;*/
	padding:3 3 0 3px;
	height:28px;
	font-family:Arial,sans-serif;
	color:#fff;
	border:none;
	width:163px;
	background:url(../images/skin/input1_bg.gif) no-repeat; 
}

.input_error{
	font-size:11px;
	padding:1 3 1 3px;
	font-family:Arial,sans-serif;
	color:#fff;
	border:solid 1px #f00;
	background:url(../images/skin/input_bg.gif) #582008 repeat-x; 
}

.button{
	font-size:11px;
	font-weight:bold;
	font-family:tahoma,sans-serif;
	color:#562008;
	padding:3 0 4 0px;
	border:none;
	width:164px;
	height:38px;
	background:url(../images/skin/button_bg.png); 
	cursor:pointer;
}

.link1{
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	color:#562008;
	text-align:center;
	padding:11 0px;
	display: block;
	border:none;
	width:164px;
	/*height:38px;*/
	background:url(../images/skin/button_bg.png); 
}
.link1:hover{
	text-decoration: none;
	color:#89330d;
}

FIELDSET{
	/*border-color:#ebae15;*/
}

.button:hover{
	color:#fff;
}


/*styles for the star rater*/	
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 14px;
	position: relative;
	background:  url(../images/stars.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;

	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:14px;
	height: 14px;
	line-height:14px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover{
	background:  url(../images/stars.gif) left center;
	z-index: 2;
	left: 0px;
	border:none;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:14px;
}
.star-rating a.two-stars{
	left:14px;
}
.star-rating a.two-stars:hover{
	width: 28px;
}
.star-rating a.three-stars{
	left: 28px;
}
.star-rating a.three-stars:hover{
	width: 42px;
}
.star-rating a.four-stars{
	left: 42px;
}	
.star-rating a.four-stars:hover{
	width: 56px;
}
.star-rating a.five-stars{
	left: 56px;
}
.star-rating a.five-stars:hover{
	width: 70px;
}
.star-rating a.sase-stars{
	left: 100px;
}
.star-rating a.sase-stars:hover{
	width: 120px;
}
.star-rating a.sapte-stars{
	left: 120px;
}
.star-rating a.sapte-stars:hover{
	width: 140px;
}
.star-rating a.opt-stars{
	left: 140px;
}
.star-rating a.opt-stars:hover{
	width: 160px;
}
.star-rating a.noua-stars{
	left: 160px;
}
.star-rating a.noua-stars:hover{
	width: 180px;
}
.star-rating a.zece-stars{
	left: 180px;
}
.star-rating a.zece-stars:hover{
	width: 200px;
}
.star-rating li.current-rating{
	background: url(../images/stars.gif) left bottom;
	position: absolute;
	height: 14px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
/**********************************/