@charset "utf-8";

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		color:#333333;
		font-family: "BankGothic Lt BT";
		font-size:14;
	}
.girls_only {
	font-family: "BankGothic Lt BT";
	font-size: xx-large;
	font-style: normal;
}


A:link {text-decoration: none; color:#333333; }
A:visited {text-decoration: none; color:#333333 }
A:active {text-decoration: none; color:#333333; }
A:hover {text-decoration: underline; color:#333333; }

.overall_headerlogo {
	background-attachment: fixed;
	background-image: url(images/top_logo.gif);
	background-repeat: no-repeat;
	background-position: center middle;
}
.index_loginbox {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #e0e0e0;
	margin: 10;
	border: 0em dotted #fc0; 
	border-bottom: 1px solid #3b5999;
}

.reg_box {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	background-color: #e0e0e0;
	margin: 10;
	border: 1em solid #5b7ff8;
	cursor:auto;
}

.input_box {
background-color: #FFFFFF;
border: 1px solid #3b5999;
color: #0033ff;
font-size: 12px;
font-family: monospace;
cursor:auto;
}

.form_box {
background-color: #FFFFFF;
border: thin solid #fddfbf;
color: #333333;
font-size: 12px;
font-family: monospace;
cursor:auto;
}

.header_input_box {
background-color: #FFFFFF;
border: 1px solid #e6c7a5;
color: #333333;
font-size: 12px;
font-family: monospace;
cursor:auto;
}

.reg_box_header{ color: #FFFFFF;}

.small_white_font {
	font-size: small;
	color: #FFFFFF;
}
.small_error {
	font-size: small;
	color: red;
}

.offer {font-size: 14px}

.input {     
background-color: #e0e0e0;
border: 0px solid #3b5999;
color: #0033ff;
font-size: 12px;
font-family: monospace;
cursor:pointer;
}
.reg_info {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.reg_text_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	color: #444444;
}
.reg_email_info {
	font-size: x-small
}
        
.reg_text_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

.reg_text_small2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
}

 .style1 {
	color: #444444;
	}
	
.outer_frame {
	border: thin solid #fddcba;
}

.select {
	border: thin solid #fddfbf;
}


.counter {
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}
.pointers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.logged_in_menu {
	background-image: url(images/menu_bg.png);	
	border: thin solid #ffffff;
}





.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(http://www.web-model.co.uk/images/star_rating.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

/* for an inline rater */
.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display:inline-block;
vertical-align: middle;
}

/* smaller star */
.small-star{
width:50px;
height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image: url(star_small.gif);
line-height: 10px;
height: 10px;
}

.small_error {
	font-size: 11px;
	color: #FF0000;
}

