body
{
	font-family: myriad apple, Arial, Helvetica, sans-serif;
	background-color: #BBBBBB;
	color: #000000;
	letter-spacing: 0.9px;
	font-size: 13px;
}

/* ________________________ This is the .global_container _______________________*/
.global_container
{
	width: 816px;
	padding: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/* ________________________ This is Inside the .global_container _______________________*/
.main_header
{
	background-image: url('images/main_header.png');
	width: 816px;
	height: 42px;
	padding: 0px;
	margin: 0px;
}

.main_repeater
{
	background-image: url('images/main_repeater.png');
	width: 816px;
	padding: 0px;
	margin: 0px;
}

.main_footer
{
	background-image: url('images/main_footer.png');
	width: 816px;
	height: 52px;
	padding: 0px;
	margin: 0px;
}

/*________________________ This is Inside the .main_repeater _______________________*/

.contents
{
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 22px;
}

/*______________________________ The image specifications ____________________________*/

.image_header
{
	background-image: url('images/offrecord.png');
	width: 416px;
	height: 236px;
	margin-bottom: 30px;
}

/*______________________________ The form specifications ____________________________*/
.field_separator
{
	margin-bottom: 25px;
}

.confirm_button
{
	text-align: right;
	margin-right:20px;
}

.labels_for_fields
{
	font-size: 14px;
	color: #404040;
	margin-right:10px;
}

.for_fields
{
	color: #666666;
	font-size:14px;
	letter-spacing: 0.5px;
	-x-system-font:none;
	background: #F8F8F8 url(images/shadow.png) repeat-x scroll 0 0;
	border-color:#999999 #999999 #cccccc #999999;
	border-style:solid;
	border-width:1px;
	padding: 3px;
}

.for_textarea
{
	-x-system-font:none;
	font-size:15px;
	color: #505050;
	letter-spacing: 1px;
	line-height: 18px;
	width: 98%;
}
