/*by Free http://futureweb.me */

body 			{  background:#000 url(background.jpg) no-repeat 30% 18%;  color:#fff;  font-family:"Trebuchet MS";  font-size:.77em;  letter-spacing:1px;  line-height:1.3em; } 
form 			{  margin:4em 0em 4em .5em;  padding:0em; } 
fieldset 		{  border:none; } 
label 			{  display:block;  margin:0;  padding:0; } 
input.text 	{  -moz-border-radius: 6px; -webkit-border-radius: 6px; border:3px solid #3e494d;  height:1.6em;  width:18em; } 
input.select	{  -moz-border-radius: 6px; -webkit-border-radius: 6px; border:3px solid #3e494d;  height:1.6em;  width:6em; } 
input.submit { -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #4b565e; border:3px solid #3e494d;  color: #fff; padding: 5px 10px; margin: 10px 0px 0px 80px; text-align: center; }
p.small 		{  font-size:.7em;  line-height:1.3em;  text-align:center; } 
span.error 	{  color:red;  text-decoration:blink; } 

div#form 		{  height:600px;  left:50%;  margin-left:-230px;  margin-top:-300px;  position:absolute;  top:50%;  width:520px; }

