body {
	background-color: #000000;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	padding:0px;
}

body, p, td, div {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: Black;
}

a {
	color: #4682B4;
}

img {
	border:0;
}

.default {
	color:#000000;
	font-weight:normal;
}

.defaultErr {
	color:#FF0000;
	font-weight:bold;
}

#logo {
	position:absolute;
	z-index:100;
	top:135px;
	right:85px;
}

#content1 {
	background-image: url(/images/site/content_bg.gif);
	background-repeat:repeat;
}

#content2 {
	background:transparent;
	background-image: url(/images/site/content_bg_top.jpg);
	background-repeat: repeat-x;
}

#content4 {
	background:transparent;
	background-image:url(/images/site/girl_005.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content4 {
	padding:15px;
}

#nav {
	position:absolute;
	z-index:200;
	left:26px;
	top:175px;
	width:170px;
	}
	
.GirlImages {
	border:2px solid #FFFFFF;
}

input, textarea {
	border:1px solid #000000;
}

.submit {
	background-color:#CCC7DC;
}

.footer {
	color: Silver;
	font-size: 10px;
	text-align: center;
}

.footer a {
	color: Silver;
	font-size: 10px;
	text-decoration: none;
}

.formshow {
	visibility:visible;
}

.formhide {
	visibility:visible;
}

.tr_girls {
    background-color: #ccccff;
}
.tr_girls:hover {
   background-color: #ccccff;
	cursor:pointer;
}
.tr_girls-over {
    background-color: #ccccff;
}