div.divider {
	height: 0px; 
	width: 100%; 
	border-bottom: 1px solid #0070ac; 
	clear: both; 
	margin-top: 20px;
}

h1 {
	padding-left: 5px;
	padding-top: 6px;
    background-color: #6699cc;
	height: 26px;
	margin: -1px -6px;
	font-size: 17px;
	font-family: arial;
	color: #ffffff;
	width: 767px;
}

h1 div,
h1 a {
	color: #FFF !important;
}

h2 {
	font-size: 17px;
	color: #6699cc;
}

h1 div,
h2 div {
	float: right;
	margin-right: 5px;
}

h2 div a {
	font-weight: normal;
	font-size: 12px;
}

div.formText {
	width: 300px;
	padding-left: 10px;
	padding-top: 0px;
	color: #666;
}

table.form th {
	font-size: 12px; 
	font-weight: bold;
	color: #6699cc;
}

table.form tbody th {
	text-align: left;
}

table.form tbody tr {
	height: 15px;
}

table.form input[disabled=disabled],
table.form input[readonly=readonly],
div.form input[disabled=disabled],
div.form input[readonly=readonly] {
	background: #CCC;
}

table.form input, 
div.form input,
table.form textarea, 
div.form textarea {
	padding: 5px;
	font-size: 11px; 
	font-weight: bold;
	color: #333;
	vertical-align: middle;
}

table.form input[type=text],
table.form input[type=password],
table.form textarea,
div.form input[type=text],
div.form input[type=password],
div.form textarea {
	border: 1px solid #666 !important;

    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}

table.form input:focus,
div.form input:focus {
    outline: 0;
	border: 1px solid #0099FF !important;
	
	-moz-box-shadow: 0 0 5px #0099FF !important;
    -webkit-box-shadow: 0 0 5px #0099FF !important;
    box-shadow: 0 0 4px #0099FF !important;
}

table.formDataTable input[type=text],
table.formDataTable input[type=password],
div.formDataTable input[type=text],
div.formDataTable input[type=password] {
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	vertical-align: middle;

	border: 1px solid #666 !important;

    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}

table.formDataTable input:focus,
div.formDataTable input:focus {
    outline: 0;
	border: 1px solid #0099FF !important;
	
	-moz-box-shadow: 0 0 3px #0099FF !important;
    -webkit-box-shadow: 0 0 3px #0099FF !important;
    box-shadow: 0 0 4px #0099FF !important;
}

table.form label,
div.form label {
	color: #666;
	font-weight: bold;
}

table.form label.error,
div.form label.error {
	color: #F66;
	font-weight: bold;
}

div.formButtonBar {
	padding: 3px;
	background-color: #6699cc;
	height: 30px;
	margin: -1px -6px;
	font-size: 22px;
	font-family: arial;
	color: #fff;
	width: 762px;
	text-align: right;
}

div.formButtonBar a,
div.formButtonBar input[type=button],
div.formButtonBar input[type=submit] {
	-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
	display: inline-block;
	border: 1px solid #999;
	background: #EEE;
	margin: 2px;
	padding: 5px;
	font-size: 12px; 
	font-weight: bold;
	color: #666;
	vertical-align: middle;
	cursor: default;
}

div.formButtonBar a {
	padding: 5px 5px 5px 5px;
}
div.formButtonBar a:hover,
div.formButtonBar input[type=button]:hover,
div.formButtonBar input[type=submit]:hover {
	-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
	border: 1px solid #666;
	color: #000;
	background: #CCC;
	text-decoration: none;
	cursor: default;
}

label.error {
	display: inline;	
}

.formError {
	color: #f00;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

span.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

.radio label {
	font-size: 12px;
	font-weight: bold;
	color: #0070AC;
}
