html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	font-family: Lucida Grande,Century gothic,Arial,Tahoma,sans-serif;
	color:#444;
	font-size:18px;
	background: url(images/background-line-big.png) repeat-x;
	overflow: hidden;
}
a {
	text-decoration:none;
	outline:none;
	color: #3c98b3;
}
a:hover {
	color: #000;
}


.header {
	width: 100%;
	padding: 50px 0 0 70px;
	background-color: #d2edf5;
	overflow: hidden;
}
.headerbar {
	width: 100%;
	padding: 10px 0 0 0;
	background-color: #333333;
	overflow: hidden;
	clear: left;
}
.headerbar2 {
	width: 100%;
	padding: 30px 0 0 0;
	background-color: #dedede;
	overflow: hidden;
	clear: left;
}
.contentbox {
	width: 100%; height: 100%;
	text-align: center;
	padding: 50px 0 20px 0;
	overflow: hidden;
}
.footer {
	position:absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	overflow: hidden;
}
.fade {
	position: relative;
	top: 1;
	left: 1;
}

	

input[type="text"] {
	height: 32px;
	width: 300px;
	background-color: #eeeeee;
	border:1px solid #fff;
	font-size: 90%;
	padding: 5px 10px 6px 7px;
}

input[type="button"], .buttons a, .buttons button, .buttons input[type="button"], .buttons {
	margin:0 7px 0 0;
	height: 36px;
	background-color:#3c98b3;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	font-size:90%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding:5px 10px 6px 7px; 
}
input[type="button"], .buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
input[type="button"], .buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html input[type="submit"], button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


