h1{font-size:20px;}
h2{font-size:18px;}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
}
#logo
{
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}
#container,
#rptcontainer,
#content,
.rpt_line
{
	float: left;
}
#content
{
	width: 450px;
	border: 0px solid red;
	margin-top: 30px;
	padding: 0px;
	border: 0px solid blue;
	margin-left: 40px;
}

.bodytext
{
	float: left;
}

/*.pagetitle,
.bodytext .form_left
{
	color: black;
}*/
#container
{
	width: 700px;
	padding: 0px;
	border: 0px solid green;
}

#rptcontainer,
.rpt_line
{
	width: 700px;
}


#container,
#rptcontainer
{
	margin-left: 40px;
	margin-top: 60px;
	background-color: #EAF6DA;
}

/*
	Progrress Bar
*/
.pboutercnt
{
	float: left;
	border: 0px solid black;
	height: 20px;
}
.pbar
{
	float: left;
	border: 0px solid blue;
	height: 20px;
	width: 5px;
	background-color: #fff;
}
.pbtext
{
	font-size: 12px;
	float: left;
	margin-top:-20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	color: black;
}
#content .title_cnt:hover
{
	color: #6BBD21;
}
#content .action_cnt:hover
{
	color: #6BBD21;
	text-decoration: underline;
}
#content .title_cnt
{
	font-weight: bold;
}
#content .title_cnt,
#content .action_cnt
{
	cursor: pointer;
	float: left;
	margin-right: 10px;
}
#content .title_cnt
{
	width: 200px;
}
#content .resp_cnt
{
	float: left;
	width: 350px;
	margin-bottom: 20px;
}
#loginlink a,
#loginlink a:hover,
#loginlink a:active,
#loginlink a:link,
#loginlink a:visited
{
	color: #00529B !important;
	text-decoration: none;
}
#loginlink a:hover
{
	text-decoration: underline;
}

/*
		
*/
#popupContact
{
	color: black
}


/*
		Form builder
*/
#upload-form
{
	border: 0px solid red;
	padding: 0px;
	margin: 0px;
	float: left;
}
.form_line,
.form_line_next,
.form_left,
.form_right,
.form_val
{
	float:left;
	border: 0px solid blue;
	margin: 0px;
}
.form_line,
.form_line_next
{
	width: 450px;
	height: auto;
	border: 0px solid red;
	margin-bottom: 4px;
}
.form_line .form_left
{
	width: 130px;
	text-align: right;
	font-size:12px;
	border: 0px solid red;
}
.form_line .form_right
{
	width: 290px;
	background-color: #fff;
}
.form_line .form_right input[type="checkbox"]
{
	margin: 6px;
	width: auto;
}
.form_line .form_val
{
	width: 15px;
}
.form_line_next .form_left
{
	width: 320px;
	margin-bottom: 2px;
}
.form_line_next .form_right
{
	width: 350px;
}
.form_line_next .form_val
{
	width: 15px;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px;
	width: 280px;
	border-width: 0px;
}
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px;
	width: 290px;
	border-width: 0px;
}
input[type="image"]
{
	width: auto;
	height: auto;
	margin-right: 10px;
}
select
{
	border-width: 0px;
}
textarea
{
	border-width: 0px;
	overflow: auto;
	width: 280px !important;
	height: 100px;
}
#termslink
{
	float: left;
	width: 650px;
	margin-top: 0px;
	border: 0px solid red;
}
#termslink #link
{
	font-size: 12px;
	float:right;
	width: 95px;
	margin-right: 20px;
	border: 0px solid red;
}
#termslink #link a
{
	color: black;
	text-decoration: none;
}

#form_submit
{
	width: 60px !important;
}
