body
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-size: 12px;
	text-align: center;
}

form, input
{
    margin: 0px;
    padding: 0px;
}


body, input
{
    font-family: 'lucida sans unicode', lucida, helvetica, verdana, arial, sans-serif;
}

body
{
    background-color: #666666; /*#FFFFCC*/
    color: #000000;
}

input
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
	text-align: left;
    
}

.title
{
    margin-left: 3px;
    font-size: 25px;
    color: #000000;
    border-bottom: 1px solid #ffffff;
}

.error
{
    font-size: 12px;
    background-color: #666666;
    color: #000000;
    border-bottom: 1px solid #97CCA8;
}

#container
{
    -moz-border-radius: 20px;
    border: 1px solid #CCCDD7;
    width: 730px;
    margin: auto;
    background-color: #cccccc; /*#99CC66*/
	text-align: left;
}

#menu
{ 
    -moz-border-radius: 0 30px 0 0;
    border-left: 1px solid #CCCDD7; 
    border-bottom: 1px solid #CCCDD7;
    float: right;
    height: 20px;
    background-color: #ffffff;
    color: #336600;
}

.option
{
    height: 25px;
    border-bottom: 1px solid #ffffff;
    background-color:#CCCCCC; /*#7FB24C*/
}

.shade
{
    background-color: #CCCCCC; /*#E1F3CF*/
}

.head
{
    background-color: #A2AACE; /*#A2AACE*/
}

a:link, a:visited 
{ 
    color: #8A3545;
    text-decoration: none;
} 

a:hover, a:active 
{
    color: #8A3545;
    text-decoration: underline;
    background-color: transparent;
}
span.aback {
	float: right;
	font-size: 14px;
	padding: 5px;
	color:#000;
	font-weight: bold;
	}
span.aback a {
	color: #000;
	text-decoration: none;
	}
span.aback a:hover {
	color: #000;
	text-decoration: underline;
	}
.otro {
	color: #000;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	font-size: 14px;
	}
.otro a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
.otro a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}
.clear {
	clear: both;
	}
.donate {
	position: absolute;
	left: 5px;
	top: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.textproxy {
	 text-align:center;
	 color:#000;
	 width:500px;
	 margin:auto;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 border: 1px #000 solid;
	 background-color: #fff;
	 padding: 5px;
	 margin-top: 6px;
	 }
.textproxy a {
	color: #000;
	}