

div.application {
	background-color: #fff;
	border: 1px solid #aaa;
	float: left;
	padding-top: 15px;
	margin-bottom: 20px;
	width: 468px;
}

form {
	margin: 0px;
	padding: 0px;
}

.error_mark {
	color: #990000;
}

div.errors {
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

div.errors a {
	color: #990000;
}

div.section_title {
	background-color: #999;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 0px 10px 0px;
	margin-bottom: 10px;
	color: #fff;
}

div.section {
	/*border: 1px solid #000;*/
	margin-bottom: 7px;
	padding: 0px;
}

div.section_error {
	border-bottom: 1px solid #aaa;
	margin-bottom: 7px;
	padding: 0px;
	padding-bottom: 7px;
}

/* For dedicated an entire line to a label, or a label containing a 
   blurb of text which may span several lines. */
div.label {
	float: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

/* For dedicated an entire line to a label, or a label containing a 
   blurb of text which may span several lines. */
div.releasetext {
	margin-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

div.payment_subnote {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

div.releasetext ul li, div.releasetext ol li {
	margin-bottom: 7px;
}

/* Simple fixed width label for lining up a list of shorter items */
div.label1 {
	float: left;
	font-weight: bold;
	width: 100px;
	padding-right: 10px;
	text-align: right;
}

/* Non-fixed width; for floating  a label next to other 
   labels on the same line */
div.label2 {
	float: left;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
}

/* Simple fixed width label for lining up a list of shorter items */
div.label3 {
	float: left;
	font-weight: bold;
	width: 170px;
	padding-right: 10px;
	text-align: right;
}


div.field1 {
	float: left;
	padding-right: 10px;
	font-weight: bold;
}

div.field3 {
	float: right;
	padding-right: 10px;
	font-weight: bold;
}

div.section input {
	margin: 0px;
	padding: 2px;
	border: 1px solid #aaaaaa;
}

div.section input.radio, div.section input.checkbox {
	border: none;
}

input.text1 {
	width: 150px;
}

input.year {
	width: 30px;
}

input.postal {
	width: 50px;
}

input.phone {
	width: 100px;
}

input.initials {
	width: 100px;
}

input.date {
	width: 100px;
}

div.content input.paypal_button {
		border: 1px solid #fff;
}


textarea.textarea1 {
	width: 425px;
}

textarea.textarea3 {
	width: 270px;
}

textarea.textarea4 {
	width: 400px;
}

select.country {
	width: 200px;
}



div.section_buttons {
	padding: 5px 0px 5px;
	/*border-top: 1px solid #aaa;
	background-color: #ddd;*/
}

div.section_buttons div.submit {
	float: right;
	padding: 0px 10px;
}

div.contactform {
	width: 470px;
	margin: 0px auto;
}
