body {
	background: url(images/background.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #dedfda;
}
a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
input, option {			
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.clear {
	clear: both;
}
.required { 
	font-size: 10px;
}
#MAIN {
	position: absolute;
	left: 24px;
	top: 25px;
}
#HEADER {
	background: url(images/header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 550px;
	height: 135px;
}
#FOOTER {
	background: #FF4E00;
	width: 550px;
	height: 35px;
	color: #000;
	font-size: 10px;
	line-height: 16px;
}
#FOOTER div {
	margin: 5px 0 5px 5px;
}
#FOOTER a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
#FOOTER a:hover {
	text-decoration: underline;
}
#FOOTER .ivy {
	color: #fff;
}
#MAIN_DIV {
	padding-bottom: 5px;
	border: solid 1px #ccc;
	width: 550px;	
	margin: 15px 0 0 0;	
	background: #fff;
}

#FORM {
	margin: 0 0 0 0;
}	
#FORM div {
	position: relative;
	left: 25px;
	float: left;
	margin: 5px 25px 10px 0;
}		
#FORM .text {
	width: 125px;
}
#SUBMIT div {
	position: relative;
	left: 25px;
	width: 120px;
	float: left;
	margin: 0 25px 0 0;
}			
#SUBMIT .del {
	width: 125px;
}
#SUBMIT input {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 2px #bbb;
	border-right: solid 2px #bbb;
	background: #ddd;
	margin: 0 0 5px 0;
}
.paypal {
	width: 310px;
	font-weight: bold;
	color: #FF4E00;
}
form {
	margin: 0;
	padding: 0;
}