/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3941F;
}

.text 
{
	font-size: 12px;
}

input,textarea {
	/*color: #FF0000;
	font-size: 18px;*/
}
.submit 
{
	/*color:Black;*/
}

.instructions 
{
	font-size: 10px;
}

.cell 
{
	padding-bottom: 15px;
}

/* structure */
.container {
	margin: 0px auto 0 auto;
	width: 800px;
}

/* ad space */
.ad {
	height: 90px;
	clear: both;
}	
.adbottom {
	
	clear: both;
	background-color: #FFFFFF;
}
/* header */
.header {
	color: #FFFFFF;
	margin: 5px;
	height: 50px;
}

.header a {
	color: #FFFFFF;
	text-decoration: none;
}

.header a:hover {
	color: #000000;
}

.transition 
{
	background-image: url(images/transition.png);
	height: 30px;
}

/* main */
.main {
	float: left;
	height: 600px;
	background-color: #FFFFFF;
	width:645px;
	padding-left: 5px;
}

.sidebar {
	width: 150px;
	height: 600px;
	float: right;
	background-color: #FFFFFF;
}

/* footer */
.footer {
	background-color: #FFFFFF;
	text-align: center;
	clear: both;
	font-size: 10px;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.error {
	color: #FF0000;
	font-size: 15px;
	text-align: center;
}
.success
{
	color: Green;
	font-size: 16px;
}
.title
{
	font-size: 16px;
}

