div#div1 {
	background: #ffffff;
	position: absolute;
}
.education_subheading {
	font-weight: bold;
	padding-top: 10px;
}
.section_heading {
	border: 3px solid #ff0000;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding: 5px;
}
.textarea {
	width: 300px;
	height: 50px;
	overflow: auto;
}
.required {
	color: #ff0000;
	font-size: 10px;
	font-weight: bold;
}
.paymentForm {
	margin: 5px;
}

.paymentForm input[type=text] {
    border: 1px solid #003366;
    margin: 1px;
}

.paymentForm label {
	float: left;
	width: 145px;
	clear: left;
}
.paymentForm br {
	clear: both;
}
.paymentForm #price {
    text-align: right;
    background: url(../images/dollars.png) no-repeat 1px 2px;
}
.paymentForm #submit {
    margin: 0px 0 15px;
}
.paymentForm .cardImages img {
    margin: 0 6px;
    
}
.goRight {
    float: right;
}





