	body {
		background-color: #cdc29a;
	}	

	#register_form table {
		border-collapse: separate;
		border-spacing: 0px;	
	}

	#register_form {
		width: 528px;
		font-family: Verdana;
		font-size: 11px;
		font-weight: normal;
		background-color: #cdc29a;
	}
	
	#register_form h1 {
		font-size: 15px;
		text-align: center;
		margin-bottom: 10px;
		font-weight: bold;
	}
	
	#register_form th, #register_form td { text-align: left; vertical-align: top; padding: 5px; }
	
	#register_form th { font-weight: bold; padding: 5px; padding-right: 20px; width: 40% !important; }
	
	#register_form input[type="text"] { border: 1px solid #000000; }
	
	#register_form #terms,
	#register_form #session {
		border: 2px solid #000000;
		font-size: 11px;
		font-style: italic;
		padding: 8px;
		text-align: justify;
		line-height: 20px;
	}
	
	#register_form p,
		margin-left: 0px;
		margin-right: 0px;
		text-align: justify;
	}
	
	#register_form strong {
		margin-left: 0px;
		margin-right: 0px;
		text-align: justify;
	}
	
	#register_form #error { font-size: 12px; text-align: center; color: red; margin-bottom: 10px; }
	
	#register_form input[type="submit"],
	#register_form input[type="reset"] {
		border: 1px solid #cccccc;
	}
	