/*  START DEFAULT CSS *************************************** */

html, body, form
{
	margin:0px; border:0px; padding:0px;
	}

a
{

	color:#ffcc01;
	text-decoration:none;
}
a:hover{

	text-decoration:underline;
}
	div, p{
		line-height:1.5em;
		margin:0px;
		padding:0px;
	}
	p{
		margin:0px;
		padding:0px;
		padding-bottom:.5em;
	}

	body, td, th{
		font-family:verdana;
		color:#000;
		font-size:60%;
		text-align:left;
		background:#32425d
	}
	td, th{
		vertical-align:top;
	}
	input, textarea{
		font-family:verdana;
		color:#000;
		font-size:110%;
		width:200px;

	}
	
	textarea{ height:60px}
	
	.clear{
		clear:both;
		height:1px;
	}	
	
* HTML .clear
{
	display:none
	}
	
	
/* *************************************** END DEFAULT CSS *************************************** */

/*  START PAGE LAYOUT *************************************** */

#bodycontent{ width:403px; color:#fff}
	.caption{ width:190px; float:left}	
	.captiontick{border:Solid 0px #f00;display:block;clear:both;}
	.text{ width:100px; float:left}
	.radio input{border:Solid 0px #f00; height:10px;}
	.terms{ margin:10px 0px 10px 0px; }
		.terms label{ float:left; padding-top:3px}
		.terms input{height:20px; width:20px;}
	
	input.submit{ width:63px; height:16px;}
