body {
	margin-top:0px;
	background-color:#CCC;
	font-family:verdana, arial;
	font-size:12px;
	line-height: 1.5;
}
a { font-size:12px; 
		color:#00F;
		padding:0px 5px 0px 5px; }
a:link { color:#00F; }
a:visited { color:#00F; }
a:hover { color:#00F; }
a:active { color:#00F; }

.footer a { font-size:12px; 
		color:#666;
		padding:0px 5px 0px 5px; }
.footer a:link { color:#666; }
.footer a:visited { color:#666; }
.footer a:hover { color:#FFF; }
.footer a:active { color:#FFF; }

input, textarea, select { 
  font-family: Verdana, Arial, sans serif; 
  font-size: 13px; 
  color: #000000; 
  background-color: #ffffff; 
  border-width: 1px; 
  border-style: solid; 
  border-color: #cccccc; 
	
}
.plain { background-color: #FFFFFF;		border:1px solid #CCCCCC; }
.focus { background-color: #F0F0FF; 	border:1px solid #666666; }

.formHeaderSection {
	background-image:url(/images-v2/grey-gradient-bg.gif); 
	border-bottom:1px solid #999999;
	color:#000000;

/*bullets and line spacing*/
}

li {
list-style: disc;
line-height: 1.5em; /*change to suit*/}
li.newbullet {
list-style-image:url(http://www.gomaxsolutions.com/images-v2/blue-bullet.gif)
}


	.affiliates_table { 	background-color:#FFF;
												border:1px solid #999;
												font-size:10px; 
												font-family:Verdana, Arial, Helvetica, sans-serif; }
	.affiliates_table td { padding: 0px 5px 0px 5px; 
												border-right:1px dashed #CCCCCC;
												border-top:1px solid #CCCCCC; }
	.affiliates_table td:last-child { border-right:0px; }
	.affiliates_table th { height:16px;
												font-weight:bold; 
												font-size:12px; 
												color:#CCC;
												background-color:#666;
												text-align:left;
												padding: 0px 5px 0px 5px; 
												border-right:1px dashed #CCCCCC; }
	.affiliates_table th:last-child { border-right:0px; }
	

