body {
	padding:0px;
	margin:0px;
	font-size:10px;
	font-family: Verdana;
	background-image: url('../images/body_bg.gif');
	background-repeat: repeat-x;
	padding-top:50px;
}

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

a img {
	border:0px;
}

table {
	 border-collapse: collapse;
}

table td {
	vertical-align: top;
}

h1 {
	color: #fb664e;
	font-size:18px;
}

h1 a {
	color: #fb664e;
	text-decoration: none;
}

p{
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;	
}

input, textarea {
	border:  1px solid #cccccc;	
}

div.maindiv {
	width:800px;
	float:left;
}

div.focim {
	float:left;
	padding-left: 40px;
}

div.content {
	float:left;
	width:640px;
	padding:30px;
	background-color: #f2f3f2;
	border:1px solid #cccccc;
}

div.lablec {
	float:left;
	width:680px;
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
}

.inner_content {
	float:left;
	background-color: #e8ecef;
	border:1px solid #cccccc;
	padding:5px;
}

