.placeholder-editable {
    border:1px #bbb solid;
    background:#fff;
    min-height:1em;
    padding:5px;
    cursor:text;
    overflow:hidden;
    height:1%;
}

.placeholder-editable input {
    float:right;
    padding:4px 10px;
    margin-top:3px;
}

.placeholder-over, .edit {
    border:1px #999 solid;
    background:#5c705c;
    color:#fff;
    cursor: hand;
}

.edit {
    padding:5px;
}

body { 
font-family:Arial, Helvetica, sans-serif; 
    font-size:80%; 
        background-color: #222222; 
    color: #fff; 
}

#main {
    width:600px;
    padding:20px;
    margin:0 auto;
    border:1px #999 solid;
    margin-bottom:40px;
    height:1%;
    background:#fffdca;
}

.green{
    color: green;
}

.red{
    color: red;
}

.gray{
    color: gray;
}

.td{
    padding: 4px;
}

h1 {
    border-bottom:1px #ddd solid;
	padding: 10px 0 10px 5px;
	font-size: 16px;
	font-weight: bold;
    color: #e4c685;
}

h2 {
	padding: 10px 0 10px 5px;
	font-size: 14px;
	font-weight: bold;    	
}

a {
    color: #e2b450;
    text-decoration: underline;
}

a:hover{
    text-decoration: underline;
}

a.ajax{
    text-decoration: none;
    border-bottom: 1px dotted;
}

.mtd{
	padding: 4px;
}

.name{
	margin: 5px 10px 10px 5px;
	padding: 4px; 
}

.name .title{
	float: left;
}

.name .rating{
	float: right;
}

.male{
	background-color: #e9fdff;
}

.female{
	background-color: #ffebf9;
	
}

.month{
	padding: 10px 0 0 0;
}

.month a{
	display: block;
	padding: 4px;
}

.month_table{
	padding: 10px 0 0 0;
}

.month_table td{
	padding: 5px 5px 0 5px;
}

.logo{
	padding: 10px 0 10px 0;
}



.feedback ul{
	list-style:none;
}

.content ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	padding-left:15px;
}

.content li{
	background-position:left center;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:0;	
}

p{
	padding: 10px 0 0 0;
}

.right{
	float:right;
}

.left{
	float:left;
}

img {
	padding: 4px;
}

img.captcha{
    display: block;
	margin: 0 0 0px 0;
	padding-right: 200px;
}

#id_captcha_1{
}

table input{
	width: 250px;
}

table select{
	width: 250px;
}

table td {
	margin: 2px 0 1px 0;
    padding: 2px;
}

table th{
    margin-bottom: 10px;
    color: #e4c685;
    font-weight: bold;
}


ul.server_stat{
	font-size:86%;
}

ul.server_stat li{
	padding-top: 10px;
}

#login_form input{
	width: 140px;
}

#login_form{
	font-size: 80%;
}

#login_form th{
	width: 140px;
}

div.premium{
	background: url(/media/img/premium.png) no-repeat left top;
	display: inline;
	padding-left: 20px;
}

