body {
	background-color:#ffffff;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:92%;
	}

h1,h2,h3,h4 {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#container {
	width:800px;
	margin:5px auto 20px auto;
	padding:0px 0px 20px 0px;
	border: 0px solid #99ccff;
	text-align:center;
	}	

/* the following three styles are for the left column boxes*/

#leftcol {
	float:left;
	width:210px;
	height:100%;
	background-color:#ffffff;
	border: 2px solid #99ccff;
	margin-top:0px;
	padding:10px 5px 0px 0px;
	font-size:80%;
	color:#444;
	}	
	
#left_header {
	text-align:center;
	font-size:14px;
	background-color:#99ccff;
	font-weight:700;
	padding:0px;
	}	

#guidelines {
	text-align:left;
	padding-left:10px;
	}	
	
#nonos{
	margin-top: 0px;
	margin-bottom: 4px;
	width:auto;
	padding:10px 10px 0px 10px;
	text-align:left;
	color:#f00;
	float:left;
	}	
	
#rule_positioner	{
	padding:0px 20px 0px 0px;
	margin: 0px 0px 0px auto;
	}
	
#info {
	padding:0px 20px 0px 20px;
	margin: -5px auto 5px 0px;
	text-align:left;
	border: 0px solid #99ccff;
	}		


/* formatting for the form layout below */

#formbox {
	border: 2px solid #99ccff;
	margin-top:0px;
	width:568px;
	float:right;
	background-color:#ffffff;
		}
	
#formbox_head {
	text-align:center;
	padding:4px 0px 4px 0px;
	background-color:#99ccff;
	font-weight:700;
	border-bottom: 2px solid #99ccff;
	}
	
#formcontainer {
	padding:10px;
	margin: 5px 0px 5px 0px;
	text-align:center;
	}

.clearfloats {
	clear:both;
	}
	
#submit	{
	margin-bottom: 10px;
	margin-left:60px;
	width:120px;
	}				


/* styling for the form inputs below */
	
label, textarea,select {
	display: block;
	float:left;
	margin-bottom: 15px;
	}
	
.input_style {
	display: block;
	float:left;
	margin-bottom: 15px;
	width: 240px;
	background-color:#ffff99;
	border: 1px solid #666666;
	}	

textarea,select {	
	width: 240px;
	background-color:#ffff99;
	}

label {
	text-align: left;
	width: 274px;
	padding-right: 20px;
	}

br {
	clear: left;
		}


/* misc formatting fixes and tweaks below */
		
#heading {
	border: 0px solid #99ccff;
	}

#list
{
margin-left: 68px;
padding-left: 0;
list-style-image: url(http://translation.net/images/arrow.gif)
}
	
#clear {
	clear:both;
	}	
	
#disclaimer {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left:16px;
	width:552px;
	padding:10px 10px 0px 0px;
	text-align:left;
	color:#666;
	float:right;
	font-size:75%;
	}	
	
.title {
		font-weight:lighter;
		}

