html,body,div,h1,h2,p,a,form,input,select,textarea {
	margin:0;
	padding:0;
	outline:none;
}
body 
{
font-family:  Helvetica, Arial, sans-serif;


font-size:12px;
padding:0 10px 10px 0px;
line-height:1.5;
color:#000;
	
	width:640px;
	overflow:scroll;
}
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}


#lightbox {
	overflow:hidden;
}
#header {
	padding:8px;
	border-bottom:2px solid #ddd;
}
#content {
	padding:15px;
	/*width:630px;*/
	overflow:hidden;
}
.full-block {
	width:560px;
	float:left;
	margin-right:20px;
}
.left-block {
	width:280px;
	float:left;
	margin-right:20px;
}
.right-block {
	width:280px;
	float:left;
}


h1 {
	color:#054731;
	font-size:20px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:30px;
}
a.close {
	display:block;
	width:14px;
	height:14px;
	background:url(../images/close.png) no-repeat 0 0;
	text-indent:-9999px;
	margin:5px 0 0 0;
	padding:0;
	line-height:0;
	font-size:0;
}
a.close:hover {
	background-position:0 -14px;
}
form {
	margin-top:15px;
	width:600px;
}
label {
	clear:both;
	width:115px;
	float:left;
	text-align:right;
	margin-right:15px;
	color:#777;
	font-size:14px;
	line-height:1.75;
}
input,select,textarea {
	width:135px;
	float:left;
	margin-bottom:18px;
	font-size:14px;
	padding:2px;
	border:1px solid #ccc;
}
textarea {
	width:450px;
	height:100px;
}
input#submit {
	float:right;
	width:auto;
	padding:7px 15px;
	background-color:#054731;
	border:none;
	color:#fff;
	font-size:11px;
	cursor:pointer;
	font-weight:normal;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
input#reset {
	float:right;
	width:auto;
	padding:7px 15px;
	background-color:#054731;
	border:none;
	color:#fff;
	font-size:11px;
	cursor:pointer;
	font-weight:normal;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
