/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b {
    font-weight:bold;
}


/* MAIN PAGE */

html {
	overflow-y: scroll;
}

body {
	padding: 10px;
	color: #184D7A;
}

#wrap {
	margin: 0 auto;
	min-width: 250px;
	text-align: left;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	border:1px solid #184D7A;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#header {
	min-width: 240px;
	height: 80px;
}
	
.headerlogo {float: left; width: 130px; padding-right: 10px; }
.headertitle {min-width: 100px; }


h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 15px 0 10px 0;
	color: #184D7A;	
}

p {
    font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom:10px;
	padding: 0;
}

a {
	color: #184D7A;
}

.formitem {
    clear: both;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-bottom: 5px;
}

/* Form */

form {
	clear: both;
}

fieldset {
	padding: 0;
	margin: 0;
}

h2 {
	clear: both;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #184D7A;
	width: 95%;
}

label {
	border:0;
    padding:4px 0 0 0;
	font-weight: bold;
    margin:0 5px 0 0;
	width: 90px;
	float: left;
}

.responses {
	float: left;
	min-width: 130px;
}


input {
    background:#f8f8f8;
    border:1px solid #184D7A;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    margin:0 5px 0 0;
    padding:5px 3px;
    width:80px;
}

input[type=radio] {
	width:20px;
	margin-bottom: 5px;
}

input[type=submit] {
    background:green;
	color: #fff;
	margin-top: 1em;
}

input:hover, textarea:hover {
    box-shadow:0px 0px 5px #C0C0C0;
    -moz-box-shadow:0px 0px 5px #C0C0C0;
    -webkit-box-shadow:0px 0px 5px #C0C0C0;
}

input:focus, textarea:focus {
    border:1px solid #0885c7;
    outline:none;
    box-shadow:0px 0px 10px #C0C0C0;
    -moz-box-shadow:0px 0px 10px #C0C0C0;
    -webkit-box-shadow:0px 0px 10px #C0C0C0;
}

#error_box {
    background:#FAD3C4;
    border:1px solid #A75B4E;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#444444;
    display:none;
	font-size: 0.8em;
	line-height: 1.3em;
    margin:1em 0px 10px 0px;
    padding:8px 8px;
}

#success_box {
    background:#E2F1BB;
    border:1px solid #598800;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#000000;
    display:none;
	line-height: 1.3em;
    margin:1em 0px 10px 0px;
    padding:8px 8px;
}

#success_box a {
	color: #000;
}

p.small {
	margin-top: 20px;
	font-size: 0.6em;
}

p.footnote {
	margin-top: 10px;
	font-size: 0.6em;
}

#share_box {padding-top: 15px;}
#share_box p {font-size: 0.7em;}

br.clearit {clear: both; height: 0; line-height: 0; padding: 0; border: 0; margin: 0;}

h2 a {
	text-decoration: none;
	color: #184D7A;
}