html {
    /*overflow-y: scroll;*/
}

body {
    font: 12px Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
    line-height: 1.52em;
}

fieldset {
    float: left;
    clear: both;
    width:  100%;
    margin: 0 0 -1em 0;
    padding: 0 0 1em 0;
	border-top: 1px solid #BFBAB0;
	/*background-color: #EEE;*/
}

#submit-btn {
	float: none;
	border-top: 0;
	margin: 0;
	padding: 0;
}

#submit-btn ol {
	padding: 0 0 0 1em;
}

legend {
	color: #545351;
	font-weight: bold;
}

ol {
	list-style: decimal;
	padding-left: 20px;
}

fieldset ol {
	padding: 1em;
	list-style: none;
}

fieldset li {
	padding-bottom: 1em;
}

.clear {
    clear: both;
}

#page-wrap {
    width: 700px;
    margin: 40px auto;
    padding: 0px 20px;
}

h1 {
    font: 26px Georgia, Serif;
    margin: 10px 0;
}

#stylized {
	padding: 0 10px;
}

#stylized label {
    display: block;
    font-weight: bold;
}

#stylized label.checklabel {
	display: inline;
	font-weight: normal;
	margin-left: 5px;
	line-height: 50%;
}

#stylized label.radiolabel {
	display: inline;
	font-weight: normal;
	margin-left: 5px;
	line-height: 50%;
}

#stylized label.error {
	display: none;
}

/*label { width: 10em; float: left; }*/

label.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top; }

input[type=text] {
    width: 300px;
    outline: none;
}

textarea {
	width: 450px;
	outline: none;
}

#location {
	position: relative;
	overflow: auto;
}

#vrgroup li {
	padding: 3px 0;
}

#location span {
	float: left;
	margin-right: 10px;
}

input#suburb, input#postcode {
	width: 100px;
}


#stylized {
	border:solid 2px #b7ddf2;
	background:#ebf4fb;

}

.thanks {
    color: green;
    font-weight: bold;
}

.combobox {
    width: 350px;
}

.requiredasterisk {
    padding-left: 4px;
    color: red;
}

#location span.requiredasterisk {
	float: none;
	margin-right: 0;
}

#rego-form {
    margin: 25px 0;
}

p {
    margin: 20px 0;
}

#important-dates {
    border: 0;
}

#important-dates tr td.heading {
    padding-right: 15px
}

#required-legend {
    color: red;
}

#rego-form textarea {
	padding: 0.6em 0.5em 0.7em;
}

#rego-form input {
	padding: 4px 2px;
	border:solid 1px #aacfe4;
}

/*#rego-form fieldset.submit {
	border-style: none;
}*/

.hidden {
    display: none;
}

