form
	{
	
	}

.field
	{
	
	}	
	
input
	{
	font-family:Tahoma, Geneva, Sans-serif;
	font-size:1em;
	}

label
	{
	display:block;
	float:left;
	width:35%;
	font-size:.9em;
	font-weight:bold;
	}	
	
input.text, textarea, select
	{
	float:right;
	width:60%;
	margin:5px 0 5px 0;
	padding:3px 0;
	border:1px solid #b2b2b2;	
	}
	
select
	{
	padding:0;
	}
	
form .footer
	{
	padding:5px 0 0 0;
	text-align:right;
	}
	
input.submit
	{
	color:#fff;
	border:0;
	background:#0289d7;
	padding:7px 15px;
	text-decoration:none;
	cursor:pointer;
	width:auto;
	visibility:visible;
	font-weight:bold;
	font-size:.8em;
	}
	
.error, .notify
	{
	font-weight:bold;
	padding:1em 0;
	}
	
.error
	{
	color:#ff0000;
	}
	
.notify
	{
	color:#1b76d2;
	}
