#Contact #LeftColumn	{
	float: left;
	width: 320px;
}
#Contact #LeftColumn .Label {
	width: 75px;
	padding: 0 25px 0 10px;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: xx-small;
	float: left;
}
#Contact #LeftColumn .Item {
	width: 210px;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	clear: right;
	color: #ffffff;
	font-size: xx-small;
	clear: right;
}
#Contact #RightColumn	{
	float: right;
	width: 320px;
}
#Contact #RightColumn .Label {
	width: 35px;
	padding: 0 25px 0 10px;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: xx-small;
	float: left;
}
#Contact #RightColumn .Item {
	width: 250px;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	clear: right;
	color: #ffffff;
	font-size: xx-small;
	clear: right;
}
fieldset#ContactUs	{
	border: 0;
	margin: 0;
	padding: 0;
}

#Contact em	{
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	color: #f95d18;
	padding-left: 3px;
}
input#fullname, input#email	{
	margin: 4px 0 15px 0;
	padding: 2px;
	width: 198px;	
	border: 1px solid #848484;
}

textarea#message {
	padding: 2px;
	margin: 4px 0 10px 0;
	overflow: auto; 
	width: 198px;	
	height: 200px;
	border: 1px solid #848484;
}
#ButtonContainer	{
	width: 204px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
}
#button {
	border: 1px solid #f46820;
	padding: 4px 5px;
	font-weight: bold;
	font-size: 9px;
	color: #fff;
	background: transparent url(../images/button_back_hover.gif) no-repeat center bottom;
	text-transform: uppercase;
	text-align: center;
	float: right;
	clear: right;	
	width: 60px;
}
#button:hover {
	border: 1px solid #fff;
	padding: 4px 5px;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;	
	color: #fff;
	background: #77b001;
}	 
#reset {
	border: 1px solid #2e2e30;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	padding: 4px 5px;
	font-weight: bold;
	font-size: 9px;
	background: transparent url(../images/reset_back.gif) no-repeat center bottom;
	float: left;
	width: 90px;
}	 
	
/* fancyform styles */
label	{
	display: block;
	color: #808080;
	font-size: xx-small;
	font-weight: bold;
}
label#Reason	{
	padding: 0;

}
label.f_radio	{
	display: block;
	padding: 7px 0 12px 24px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	clear: both;
	cursor: pointer;
	color: #fff;
}

label.f_check	{
	display: block;
	padding: 9px 0 15px 24px;
	background-position: 0 6px;
	background-repeat: no-repeat;
	clear: both;
	cursor: pointer;
	color: #a8a7a7;
}
.checked{background: transparent url(../images/chk_on.png) no-repeat;}

.unchecked{background: transparent url(../images/chk_off.png) no-repeat;}

.selected{background: transparent url(../images/rdo_on.png) no-repeat;}

.unselected{background: transparent url(../images/rdo_off.png) no-repeat;}


#hidden	{
	display: none;
	background-image: none;
}
/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url('img/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('img/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('img/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('img/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('img/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('img/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('img/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('img/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('img/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('img/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width: auto;
	display: block;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
}

.ajax_loader {
	background: url('img/ajax-loader.gif') no-repeat center center;
	width: 200px;
	height: 150px;
}


/* FormCheck validation div */

.fc-error {
	margin: 4px 0;
	padding: 0;
	width: 204px;
	background: #f95d18;
	color: #000;
	font-size: xx-small;
	font-family: Verdana;
	font-weight: normal;
}
.fc-error p {
	margin: 0;
	padding: 5px;
	font-size: xx-small;
	font-family: Verdana;
	font-weight: normal;
	color: #000;
}