/*
 * Online Verification Tool
 */

form#standard h4 {
	margin-top:0;
}

.submit input#submit_button {
	background-image:url(../../../../images/buttons/submit.gif);
	width:62px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}
.submit input#reset_button {
	background-image:url(../../../../images/buttons/reset.gif);
	width:56px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}
form#event-submission, form#standard {
    background: none repeat scroll 0 0 #fff;
    margin: 0 0 2em;
}
form fieldset label {
    padding-right: 1em;
    width: 19em;
}

div.field label input {
	margin-right:3px;
}
fieldset label {
	width: 16em;
}
form fieldset div.question {
	display:block;
	font-weight:normal;
	line-height:1.5em;
	margin:0 10px 10px 0;
	width:540px;
}
#box {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #C9C9C9;
    margin-bottom: 10px;
    padding: 10px;
}

form .ui-datepicker-trigger {
	margin-left:5px;
	cursor:pointer;
}

.success {
	color:green;
	font-weight: bold;
	padding:10px 0;
}
ol ul {
	margin-top:10px;
}
form div.submit {
	padding-left:23em;
}
