body{
	margin:	0;
	font-family:	Times, serif;
	font-size:	12px;
	line-height:	12px;
	color:	#000;
	background:	#000 url(img/body_bg.gif) no-repeat 50% 100px;
	}

/*__________________________ block positions*/
#content{
	width:	380px;
	height:	370px;
	margin:	120px auto 0 auto;
	text-align:	left;
	}
#foot{
	display:	none;
	}
/*__________________________ end block positions*/

/*__________________________ text styling*/
a{		
	color:	#000;
	font-weight:	bold;
	font-size:	13px;
	text-decoration:	none;
	}			
a:hover{
	color:	#000;
	cursor:	pointer;
	}
h3{
	font-size:	22px;
	padding:	0 0 10px 0;
	_padding:	3px 0 10px 0;
	margin:	0;
	}
label{
	}
#response{
	display:	block;
	padding:	3px 3px 5px 3px;
	height:	10px;
	margin:	0 0 5px 0;
	background-color:	#DDD;
	color:	#000;
	}
p{
	width:	265px;
	clear:	both;
	padding:	0;
	margin:	0 0 8px 0;
	_margin:	-5px 0 0 0;
	text-align:	justify;
	}
.clear{
	clear:	both;
	}
/*__________________________ end text styling*/

/*__________________________ form styles*/
form{
	margin:	0 0 70px 0;
	_margin:	0 0 70px 0;
	}
input, textarea{
	border:	1px solid #333;
	background:	#C7C8CA;
	font-size:	10px;
	width:	200px;
	float:	right;
	}
input[type='submit'], .save{
	width:	204px;
	}
textarea{
	height:	80px;
	width:	202px;
	margin:	0 0 3px 0;
	}
#subject, #subject_p{
	display:	none;
	}
/*__________________________ end form styles*/

/*__________________________ image styles*/
img{
	display:	block;
	border:	0;
	}