* {
margin: 0;
padding: 0;
}

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747578;
	line-height: 20px;
}

textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #747578;
}

p {margin-bottom: 10px;}
p.intro {margin-bottom: 15px; font-size: 13px;}

p.disclaimer {font-size: 10px; line-height: 11px;}

* html p.intro {margin-top: 15px;}

p.confirm {margin-top: 40px;}

.highlight {color: #e36731;}

a,
a:link,
a:visited {color: #4b92db; outline: none; text-decoration: none;}
a:hover {color: #4b92db; text-decoration: underline;}

a img {border: 0;}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

sup {padding: 0; margin: 0;font-size: 6px; color: #5a5b5e; }
    

#stafForm table {font-size: 11px; margin: 5px 0; }
#stafForm td {vertical-align: top; padding-bottom: 5px;}
#stafForm td.label {padding-right: 20px;}
#stafForm input.text {
    width: 300px;
    font-size: 12px;
}

#stafForm textarea {width: 300px; height: 100px; font-size: 12px;}

#stafForm .error {margin-bottom: 15px;}


