/* DOM */

 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 12pt;
	text-align: center;
}

fieldset {
	background-image: none; /* url('../images/flower.jpg'); */
	background-repeat:no-repeat;
	background-position:right top; 
	border: 1px solid #aaa;
	margin: 10px;
	padding: 10px;
}

fieldset.submit {
	background-image: none;
	border: none;
	padding-top: 20px;
}

legend {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #BE6616;
}

label {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

label.inline {
	display: inline;
}

/* Structural Elements */

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2C4948;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #066;
	padding-left: 15px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2D661E;
}

li {
	padding-left: 1em;
	padding-bottom: 10px;
}

/* IDs */

 #wrapper {
	margin: auto;
	width: 700px;
}

#content {
	border: 1px solid #555;
	border-top: none;
	border-bottom: none;
	padding: 20px 25px;
	text-align: left;
}

#header {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}

#validation_message {
	border: 1px solid #c33;
	background: #fee;
	color: #c33;
	margin: 0px 20px;
	padding: 15px;
}

#validation_message p {
	margin-bottom: 10px;
}

#confirmation_message {
	border: 1px solid #3c3;
	background: #efe;
	color: #3c3;
	margin: 20px;
	padding: 15px;
}

#footer blockquote{
	padding-left: 250px;
	padding-bottom: 50px;
}

/* CLASSes */

.check {
	padding:10px;
}

.description {
	padding: 15px;
	text-align: justify;
}

.explanatory {
	color: #666;
	font-size: smaller;
	padding: 5px 0px 0px 15px;
}

.explanatory strong {
	color: #444;
	font-weight: bold;
}

.instructional {
	color: #666;
	font-size: smaller;
	font-style: italic;
}

.message {
	padding: 10px 0;
}

.required label {
    color: #000099;
}

.req {
    color: #ff0000;
	font-weight: bold;
	size: 16pt;
}

.quote {
	color:#333;
	font-size:.9em;
	font-style: italic;
}

.payment {
	text-align: center;
}
