* {
	padding:0px;
	margin:0px;
}

body {
	font-family:"helveitca","arial","sans-serif";
	color:#49708a;
	font-size:14px;
}

a {
	text-decoration:none;
	color:#88abc2;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

h1 {
	margin-left:0px;
	background-image:url(../images/logo.png);
	background-position:0px 10px;
	background-repeat:no-repeat;
	text-indent:9999px;
	height:100px;
	width:300px;
	overflow:hidden;
}

h1,h2,h3,h4,p {
	padding-bottom:20px;
	font-weight:bold;
}

h2 {
	font-size:22px;
	padding:20px;
	line-height:30px;
}

p.big {
	font-size:22px;
	padding:20px;
	line-height:30px;
}

input {
	padding:5px;
	font-size:20px;
	margin-bottom:10px;
	font-family:"Times New Roman","Times",serif;
}

input.fullWidth {
	width:100%;
}

label {
	float:none;
	display:block;
	margin-bottom:0px;
	padding:5px;
	padding-bottom:0px;
	font-weight:bold;
	font-size:16px;
}

.wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

label.description {
	padding-top:0px;
	padding-bottom:5px;
	font-size:16px;
	color:#88abc2;
	font-weight:normal;
}

.green {
	color:#caff42;
}

.hide {
	display:nones;
}

.greenLine {
	border-bottom:1px solid #caff42;
}

.submit {
	width:123px;
	height:41px;
	text-align:center;
	font-size:25px;
//	color:#000;
	background-color:transparent;
	border:none;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
}

.submit:hover {
	background-image:url(../images/button_hover.gif);
	color:#fff;
}

.left {
	float:left;
	position:relative;
}

.right {
	float:right;
	position:relative;
}

.spacer {
	clear:both;
	float:none;
}

#head {
	height:128px;
	background-image:url(../images/headbg.gif);
	margin-bottom:20px;
}

#body {
	
}


#info {
	background-image:url(../images/gradient_bg.jpg);
	background-repeat:no-repeat;
	width:230px;
	padding:20px;
	font-size:12px;
	margin-left:20px;
}

#foot {
	background-image:url(../images/footbg.jpg);
	background-repeat:repeat-x;
	text-align:right;
	margin-top:50px;
	padding:10px;
	padding-bottom:20px;
}




