/*CSS*/

body {
	font-family:Helvetica,Arial,Sans Serif;
	color:#FFF;
	background:url("back.png") top repeat-x #000;
	font-size:16px;
}

a {
	color:#b9dbeb;
	text-decoration:none;
}

a:hover {
	color:#73b4d2;
	text-decoration:underline;
}

#container {
	width:320px;
	margin:0 auto 8px auto;
	background:#222;
	padding:20px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}

h1 {
	margin:0 auto;
	width:200px;
	height:135px;
	background:transparent url("pond.png") no-repeat;
	text-indent:-90000px;
}

p {
	line-height:1.3em;
	padding:0 8px;}
	
p.note	{
	font-size:0.7em;
	color:#999;
	   }
	
p.footer {
	text-align:center;
	width:360px;
	margin:0 auto;
	font-size:0.75em;
	color:#555;}
	
p.language {
		text-align:right;
		width:360px;
		margin:50px auto 4px auto;
		font-size:0.75em;
		color:#555;}
	
p.success {
	padding:4px;
	color:#3f561b;
	text-shadow:0 1px 0 #daeebb;
	text-align:center;
	background:#add273;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

p.fail {
	padding:4px;
	color:#561b2d;
	text-shadow:0 1px 0 #c76180;
	text-align:center;
	background:#d40b48;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
	
form {
	padding:8px 8px 20px 8px;
	border-top:1px dotted #444;
	border-bottom:1px dotted #444;
	background:url('tmn.png') 240px 0 no-repeat;}

label {
	color:#aaa;
	font-size:0.9em;
	display:block;
	margin-top:12px;
	margin-bottom:4px;}

input.text {
	width:95%;
	font-size:1em;
	border:none;
	padding:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;}
	
input.text:focus {
	background:#e0ebb9;
}
	
input.button {
	margin-top:12px;
	font-size:1em;
	background:#aaa;
	padding:6px;
	-moz-border-radius:6px;
	webkit-border-radius:6px;
	border-radius:6px;
	border:none;}
	
input.button:hover {
	background:white;
}