﻿#preview{
	position:absolute;
	border:1px solid #333;
	background:#222;
	padding:10px;
	display:none;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
#preview img
{
    width:200px;
}
.mainpageBanner
{
    width:760px;
    height:170px;
    margin:20px auto;
}
.error
{
    display:block;
    background-color:#cc0000;
    color:#fff;
    width:490px;
    font-weight:bold;
    font-size:1.5em;
    overflow:hidden;
    margin-bottom:10px;
    padding:5px;
}
h2
{
    clear:both;
    margin-bottom:1em;
}
.formBody
{
    float:right;
    width:500px;
    overflow:hidden;
}
.sideFormBody
{
    float:left;
    width:240px;
    overflow:hidden;
    text-align:center;
}
.sideFormRow
{
    border:1px solid #222;
    background-color:#111;
    padding:5px;
    margin-bottom:2px;
    clear:both;
    overflow:hidden;
    text-align:right;
}
.formRow
{
    border:1px solid #222;
    background-color:#111;
    padding:5px;
    margin-bottom:2px;
    clear:both;
    overflow:hidden;
}
.formRow label
{
    font-weight:bold;
    display:block;
    width:100px; 
    text-align:left;
    float:right;
    padding-left:10px;
}
.formRowWanted
{
    background:url(images/girlDemo.jpg) right no-repeat;
    width:200px;
    height:130px;
    padding-right:300px;
}
.formRowGirlShowCase
{
    padding:2px !important;
    overflow:hidden;
}
.formRowGirlShowCase img
{
    float:right;   
    width:240px;
    padding:2px;
    margin:2px;
    border:#333 solid 1px;
}
.formRowGirlShowCaseButtons
{
    text-align:center;
    width:760px;
    overflow:hidden;
}
.formRowGirlShowCaseButtons img
{
    margin:0 60px;
}
.clearUList
{
    list-style-type:square;
    margin:2em;
}
