html, input, textarea, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    color: #052E70;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
	line-height: 20px;
}

input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    min-height: 100%;
}
body {
    background-position:center bottom;
	background-repeat:repeat-x;
	background-color:#328CB2;
}

h1
{
	font-size:26px;
	padding-bottom:30px;
	padding-top:21px;
}

h2
{
	font-size:18px;
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:1px solid #2597A1;
	margin:0 18px 20px 26px;
}

h3
{
	font-size:16px;
	padding-top:20px;
	font-weight:bold;
	padding-bottom:12px;
	color:#2498A3;
}

.headrow
{
	color:#2696A4;
	font-weight:bold;
}







.body
{
	width:1024px;
	margin:0 auto;
	position:relative;
}

.clearfix
{
	clear:both;
}


/* welcome box */

#welcome-box
{
	margin:100px auto 50px;
	text-align:center;
}

#welcome-box img
{
	width:350px;
	border:0;
	margin-bottom:20px;
}

#welcome-text
{
	color:#ffffff;
	font-size:24px;
}

/* login box */


#loginbox
{
	margin:50px auto;
	width:462px;
	background-color:#64A8C5;
	padding:10px 20px 20px 20px;
	border:1px solid #64A8C5;
	border-radius:5px;
}

#loginbox table
{
	width:100%;
}

#loginbox td
{
	padding:8px;
}

input,textarea,select
{
	padding:1px 8px;
	font-style:italic;
}

label
{
	color:#ffffff;
	line-height:24px;
}

#loginbox input
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color:#8ABDD3;
	color:#ffffff;
	width:260px;
	font-size:18px;
	line-height:30px;
	height:32px;
}

#loginbox label
{
	font-size:22px;
	text-align:right;
	float:right;
}

.error
{
	font-size:12px !important;
	color:#FFFFFF;
	text-align:left;
	float:left !important;
	line-height:14px !important;
}

#loginholder img:hover
{
	opacity:0.6;
}

.btn-primary
{
	background-color:#297596;
	color:#ffffff;
	border-style:none;
	padding:7px 15px;
	cursor:pointer;
	width:auto;
	text-decoration:none;
	font-size:14px;
	margin-right:7px;
	margin-top:6px;
}

#loginholder
{
	padding-top:6px;
}

.btn-primary:hover
{
	opacity:0.6;
}


/* overlay  */
.overlay
{
	background-color:#328CB2;
	padding:10px 20px 20px 20px;
	color:#ffffff;
}

#forform
{
	width:450px;
	min-height:150px;
}

#extraemail
{
	width:450px;
	min-height:150px;
}

#overlaymessage1
{
	width:450px;
	min-height:350px;
}

#overlaymessage2
{
	width:450px;
	min-height:350px;
}


.overlay #success
{
	color:#ffffff;
	display:none;
}

.overlay h3
{
color:#ffffff;
padding-top:0;
padding-bottom:0;
margin-bottom:0;
}


.overlay div,.overlay label
{
	color:#ffffff;
}

#codes h3
{
	width:150px;
}

.forform_close
{
	float:right;
	cursor:pointer;
}

.forform_close img
{
	width:25px;
}

#layover-logo-holder
{
	text-align:center;
}

#layover-logo-holder img
{
	margin:0 auto;
	padding-top:20px;
}	


.overlay input[type=text], #contentmain textarea
{
	border:1px solid #0C2F6F;
	background-color:#E9F4F6;
	color:#052e70;
	width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:1px;
}

.overlay textarea
{
	min-height:300px;
}

.overlay *
{
	font-size:14px;
}

.overlay  input[type=submit], #selectoverlay input[type=button]
{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:5px 20px;
	font-size:11px;
}

.overlay #subholder, #selectoverlay #subholder 
{
	text-align:right;
	padding-top:4px;
	margin-top:20px;
}

.loginforg a
{
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
	border-bottom:1px solid #ffffff;
	line-height:18px;
}

.loginforg a:hover
{
	text-decoration:none;
	border-bottom:0;
}


.overlay h3 {
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
h3 {
    color: #2498a3;
    font-size: 16px !important;
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 20px;
}

.smallspace {
    clear: both;
    height: 20px;
}


.btn-primary {
    background-color: #297596;
    border-style: none;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 15px;
    text-decoration: none;
    width: auto;
}


.overlay input[type="text"], #contentmain textarea {
    background-color: #e9f4f6;
    border: 1px solid #0c2f6f;
    box-sizing: border-box;
    color: #052e70;
    margin-bottom: 1px;
	font-size:16px;
	padding: 5px 8px;
    width: 100%;
}