﻿body	{
	background: #f9fcfe;
	margin: 0;
	padding: 0px 10px;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background-position:bottom right;
    background-repeat: no-repeat;
    background-image: url('../images/green_globe_hand.jpg');
}

h1, h2, h3 {
    color: #00A400;
}

h3 {
    padding:0;
    margin:0;
}
.green li {
    padding: 1px 1px 1px 6px;
    list-style-image:url(../images/tree.png);
}

#left {
    float:left;
    width : 72%;
    margin:10px;
}

#right {
    width : 24%;
    float:right;
	position: relative;
	margin: 3em auto 1em;

}

#left #green-text {
    width: 200px;
}

#left #green-globe {
    background-position:right;
    background-repeat: no-repeat;
    background-image: url('../images/green_globe.jpg');
    width: 200px;
    height:233px;
    float:right;
}

#left h1 a {
	display: block;
    background-repeat: no-repeat;
    background-image: url('../images/logo.gif');
    text-indent: -9999px;
    width: 160px;
    height: 80px;
}

#right #login_error {
    background-position: #FF0000;
    background: #FF7D7D;
    border: 1px solid #FF0000;
    font-size: 11px;
    font-weight: bold;
    padding: .6em;
    margin: 0 auto;
    text-align: center;
}

#right p { 
	font-size: 12px;
}

#left p { 
	padding:0;
	margin:5px;
}

#right #send {
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
	_width: 325px;
	_margin: 0 auto 15px;
}   

#right .message {
	font-size: 10pt;
	text-align: center;
}

#right .register {
	font-size: 20px;
}

#right ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	line-height: 1.2;
}

#right ul li {
	font-size: 11px;
	padding:0.25em;
}

a, a:visited {
    color: #008000;
}

#right .input {
	margin-top: 3px;
	width: 97%;
	padding: 4px;
    border: 1px solid Green;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#right p label { 
	font-size: 11px;
	cursor: pointer;
	color: Green;
}

#right .submit {
	margin: 0;
	font-size: 15px;
	text-align: right;
}

.submit input, .submit input:focus{
	background: url(../images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}