/* 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('../images/contactformimages/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('../images/contactformimages/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('../images/contactformimages/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('../images/contactformimages/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('../images/contactformimages/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('../images/contactformimages/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('../images/contactformimages/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('../images/contactformimages/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('../images/contactformimages/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('../images/contactformimages/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-size: 11px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #000000;
}

.ajax_loader {
	background : url('../images/contactformimages/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #e9dbbe;
}
.fc-error p {
	margin : 5px;
	color : #e9dbbe;
}

/* -------------------- Custom FONT ----------------------- */

#formtextstyle { font-family:"Trebuchet MS"; font-size:12px;  color:#49412E; background-color:#FFFFFF; }
#formtextstyle2 { background-color:#FFFFFF; height:18px; }