﻿/* 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/formcheck/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('../images/formcheck/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('../images/formcheck/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('../images/formcheck/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('../images/formcheck/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('../images/formcheck/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('../images/formcheck/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('../images/formcheck/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('../images/formcheck/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('../images/formcheck/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: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('../images/formcheck/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
	width:185px;
	margin-left:165px;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}

/* Forms */




#formcontainer h2{font-family:georgia,"Times New Roman",times,serif;font-size:1.5em;color:#AC8A31;border-bottom:1px solid #D6D7D6;margin:5px 0px 10px 0px}
#formcontainer label{float:left;width:160px;text-align:right;margin-right:5px;font-family:inherit;color:#727272;height:20px;}
#formcontainer input{margin-bottom:5px;height:20px;width:240px;color:#727272;font-family:inherit;border: 1px solid #ccc;cursor:default;}
#formcontainer textarea{margin-bottom:5px;height:100px;width:100%;color:#727272;font-family:inherit;border: 1px solid #ccc;}
#formcontainer select{height:20px;margin-bottom:5px;font-family:inherit;color:#727272;border:1px solid #ccc;}
#formcontainer br{clear:left;}
#formcontainer .btn{background:#fff;border:3px double #727272;border-top-color:#727272;border-left-color:#727272;color:#727272;cursor:pointer;display:block;float:left;font-family:inherit;height:30px;margin:5px;padding:2px;width:100px;}
#formcontainer #buttons {margin-left:160px;}
#formcontainer input.box {width:1em;height:10px;}
#formcontainer span {display:inline;margin:2px 0px 0px 4px;font-family:georgia,"Times New Roman",times,serif;font-size:1.5em;color:#20662A;}
p span {display:inline;margin:0;font-family:georgia,"Times New Roman",times,serif;font-size:1.5em;color:#20662A;}
