/* YUI */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif; *font-size:small; *font:x-small; } select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* END YUI */

html,
body {
    height: 100%;
    background: url(images/background_pattern.png) center center;
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}

.wrapper {
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -200px;
    padding-bottom: 40px;
    width: 400px;
}

.hero {
    background: url(images/hero.png) no-repeat center center;
    line-height: 140px;
    display: block;
    margin-bottom: 20px;
}
.hero a {
	display: block;
	width: 100%;
	height: 140px;
    text-indent: -999em;
}

.copyright {
	font-size: 83%;
	text-align: center;
	padding-top: 3px;
	color: #2a4865;
	text-shadow: rgba(255,255, 255, 0.3) 0 1px;
}
.links {
	font-size: 83%;
	text-align: center;
	padding-top: 10px;
	color: #2a4865;
	text-shadow: rgba(255,255, 255, 0.3) 0 1px;
}
.links a {
	color: #2a4865;
}

.success {
	background: rgba(0, 200, 0, 0.3);
}
.inset {
    color: #2a4865;
}
.inset-top {
    background: url(images/login_background_top.png) no-repeat top center;
    height: 15px;
    width: 400px;
}
.inset-mid {
    background: url(images/login_background_mid.png) repeat-y center center;
    width: 400px;
}
.inset-bot {
    background: url(images/login_background_bot.png) no-repeat bottom center;
    height: 15px;
    width: 400px;
}
.inset-mid .wrap {
    padding: 0 20px 5px;
}
.inset-mid h2 {
    font-weight: bold;
    font-size: 108%;
    text-transform: uppercase;
    padding: 8px 0px 0px 10px;
    text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
}
.inset-mid p,
.inset-mid ol,
.inset-mid ul {
    padding: 5px 25px;
    line-height: 140%;
}
.inset-mid ol,
.inset-mid ul {
    margin-top: 5px;
}
.inset-mid ul li {
    list-style: square;
    margin-bottom: 4px;
} 
.inset-mid ol li {
    list-style: decimal;
    margin-bottom: 4px;
}
.inset-mid form {
    padding-top: 15px;
}
/**
 * Form Styling
 **/
.neat-form {}
.neat-form .control {
	overflow: auto;
	position: relative;
	padding-bottom: 5px;
}
.neat-form .control label {
	float: left;
	width: 100px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 24px;
}
.neat-form .control span {
	line-height: 24px;
	float: left;
}
.neat-form .control input,
.neat-form .control select {
	width: 180px;
}
.neat-form .control input {}
.neat-form .control select {}
.neat-form .control .countdown {
	padding-left: 4px;
	display: none;
	font-style: normal;
}
.neat-form .control .help {
	clear: both;
	font-size: 90%;
	padding: 3px 5px 3px 120px;
}
.neat-form .control .error {
	clear: both;
	font-size: 90%;
	padding: 4px 5px 3px 120px;
	color: #da4e54;
}
.neat-form .buttons {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0 0 0;
    padding: 10px 40px 0 0;
    text-align: right;
}
.neat-form .buttons button {
	padding: 3px 8px;
}
.neat-form .captcha .captcha-image {
	display: inline-block;
	margin-left: 125px;
}
.neat-table {
	padding: 5px 20px;
}
.neat-table table {
	width: 100%;
}
.neat-table th,
.neat-table td {
	padding: 2px 5px;
}
.neat-table th {
	font-weight: bold;
	text-align: right;
	width: 50%;
}
.neat-table td {
}
.neat-table .numerical-data {
	text-align: left;
}

em { font-style: italic; }
.inset a,
.inset a:link {
    color: #2a4865;
    text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
}
.inset a:hover {
    color: #2a4865;
    text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
    background: rgba(255, 255, 255, 0.4);
}
.inset a:active {
    color: #2a4865;
    text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
}
.inset a:visited {
    color: #2a4865;
    text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
}
