body {
	padding:0px;
	margin:0px;
	font-size:10px;
	font-family: Verdana;
	/*background-image: url('../images/body_bg.gif');
	background-repeat: repeat-x;*/
	background-color: #4e4e4e;
	padding-top:10px;
	color: white;
}

a {
	text-decoration: none;
	color: #ff2e69;
}

a:hover {
	color: white;
	text-decoration: underline;	
}

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;*/
	border: none;	
}

input[type='submit'] {
	background: none;
	color: #ff2e69;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

div.maindiv {
	width:1000px;
	float:left;
}

div.focim {
	float:left;
	padding-left: 40px;
}

div.content {
	float:left;
	width:1000px;
	padding-bottom: 30px;
	padding-top: 10px;
	/*background-color: #f2f3f2;
	border:1px solid #cccccc;*/
}

div.lablec {
	float:left;
	width:680px;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
}

div.inner_content {
	float:left;
	/*background-color: #e8ecef;
	border:1px solid #cccccc;*/
	padding:5px;
}
