html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color:#FFFFFF;
	background:url(images/bg.gif) repeat-x left top #60553f;
	text-align:center;
	font: .75em  LucidaGrande, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Geneva, Arial, Helvetica, Tahoma, sans-serif;
}
a {
	color:#58a3ff;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #58a3ff;
}
strong {
	color:#A37B2C;
}
h1 {
	font-size:220%;
	font-weight:bold;
	color:#FFFFFF;
}
h2 {
	font-size:120%;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	margin:0 0 1.3em;
}
#login {
	position:relative;
	background:url(images/login-tile.jpg) no-repeat center top scroll transparent;
	margin:0 auto 55px auto;
	width:425px;
	top:55px;
}
#notes {
	position:relative;
	margin:1em auto 1em auto;
	width:285px;
	text-align:left;
}
#notes p {
	margin:10px 0;
}
#login form {
	background:url(images/login-bottom.gif) no-repeat center bottom scroll transparent;
	padding:0 50px 25px 50px;
	min-height: 200px;
	height: auto;
}
#login p {
	text-align:left;
	margin:10px 0;
}
#login fieldset {
	margin:0 auto;
	padding:114px 0 10px 0;
	text-align:left;
}
fieldset label {
	display:block;
	font-weight:bold;
	font-size:125%;
}
fieldset input {
	font-size:145%;
	width:100%;
	font-weight:bold;
	border:1px solid #EEEEEE;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	background:url(images/input_bg.gif) repeat-x bottom left #FFFFFF;
}
fieldset input:focus {
	border:1px solid #ffa800;
	background:none #FFFFFF;
}
.submit {
	text-align:right;
	line-height:140%;
}
.submit input {
	font-size:120%;
	width:75px;
	background:none #FFFFFF;
	border:1px solid #999999;
	color:#333333;
	padding:.15em;
	cursor:pointer;
	margin:5px 0 10px 0;
}
fieldset p, fieldset div {
	margin:10px 20px !important;
}
.error {
	padding:1em 2em;
	border:3px solid #FF0000;
	background-color:#CCCCCC;
	color:#FF0000;
	margin:1em 20px 2em 20px !important;
}
#destination {
	position:absolute;
	top:0;
	right:0;
	background-color:#FFFFE8;
	border-bottom:1px solid #958970;
	padding:4px 0;
	color:#554B38;
	width:100%;
	clear:both;
}
#destination em {
	color:#B35900;
}
#footer {
	color:#CCCCCC;
	margin:3em auto;
	width:500px;
}

#boilerKeyLogoAndSubmit { 
	position: relative;
}

#boilerKeyLogo {
	float: left;
	width: 137px; /*Width of left column*/
	margin-left: -100%;
	padding: 0 0 0 0;
}

#boilerKeyLogo_image {
	width: 137px;
	height: 37px;
}

#msg {
	color:#000000;
}

#msg h1 {
	color:#000000;
	font-size:220%;
	font-weight:bold;
}
#msg h2 {
	color:#000000;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin:0 0 1.3em;
}

#msg h3 {
	color:#000000;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	margin:0 0 1.3em;
}

#msg h4 {
	color:#000000;
	font-size:100%;
	font-weight: bold;
	text-align:center;
	margin:0 0 1.3em;
}


#msg a {font-size: 1em; color:#a37b2c; text-decoration:none;}
#msg a:hover, a:focus {font-size: 1em; color:#000000; border-bottom: thin solid #000000;}

#notes strong {
	color:#000000;
	font-weight: bold;
}

#notes a {font-size: 1em; color:#000000; text-decoration:none;}
#notes a:hover, a:focus {font-size: 1em; color:#FFFFFF; border-bottom: thin solid #FFFFFF;}

#big-buttons a {font-size: 1em; color:#a37b2c; text-decoration:none;}
#big-buttons a:hover, a:focus {font-size: 1em; color:#000000; border-bottom: thin solid #000000;}

.iamo_buttons {
        color:#a37b2c;
        background-color:#ffffff;
        cursor: pointer;
        padding: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        border: 5px solid #333;
        border-style: outset;
}

.iamo_buttons:hover, .iamo_buttons:focus {
        color: #FFFFFF;
        background-color: #a37b2c;
}

.iamo_buttons_preferred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#iamoMessage {
        background-color: #FFFFFF;
        background-position: center;
        margin: 2em 20em 2em;
        border-radius: 5px 5px 5px 5px;
        border: 5px solid #333;
        border-style: outset;
}

