form, br {
	clear: left;
	margin: 0;
	padding: 0;
}

label {
	text-align: left;
}

.niceform label, input {
	width: 140px;
	float: left;
	padding: 2px;
}

.niceform input {
	width: 200px;
	font: 1.2em Verdana, Geneva, sans-serif;
	height: 25px;

	border: 1px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	
	text-shadow: 0 1px 0 rgba(255,255,255, 1);

}

.expl {
	color: #333333;
	font: 10px normal Tahoma, Arial, sans-serif;
	font-style: italic;
}

.line500 {
	height: 20px;
	width: 500px;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

.submit {
	width: auto;
	padding: 0 5px 0 5px;
}

/* PAYPAL
--------------- */
.pay {
	height: 150px;
	text-align: center;
}

input.paybutton {
	width: auto;
	height: auto;
	border: none;
	margin: 0 0 0 400px;
	padding: 0;
}

