/* Nice Form & FormCheck*/
fieldset {background:transparent; padding:10px; border:1px solid #3c67d8; border-color:#fff #3c67d8 #3c67d8 #fff; margin:10px; margin-bottom:36px;}
input, textarea, select {background:#FFF; font:12px/12px Arial, Helvetica, sans-serif; padding:1px; border:2px solid #3c67d8; margin:1px;}
legend {  color:#3c67d8; font:17px/21px Calibri, Arial, Helvetica, sans-serif; padding:0 10px; margin:11px 0 0 0px; font-weight:bold; font-style:italic; border:1px solid #fff; border-color:#fff #3c67d8 #3c67d8 #fff;}
label {font-size:11px; font-weight:bold; color:#000;}
label.opt {font-weight:normal;}
dl {clear:both;}
dt {float:left; text-align:right; width:160px; line-height:20px; margin:0 10px 10px 0;}
dd {float:left; width:500px; line-height:25px; margin:0 0 10px 0;}
dd.error {float:left; width:500px; line-height:25px; margin:0 0 10px 0;color:#CC0000;}
input:focus, textarea:focus, select:focus {background:#FFF; border:3px solid #498BEA;margin:0px;}


/***** FormCheck *****/
/* 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/formcheck/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('../img/formcheck/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('../img/formcheck/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('../img/formcheck/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('../img/formcheck/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('../img/formcheck/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('../img/formcheck/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('../img/formcheck/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('../img/formcheck/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('../img/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('../img/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;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}

/***** FormCheck OLD *****/

/*
.tipsbox .tipsbox_top_left{
	background : url('../img/formcheck/top_left.png') no-repeat;
	_background : url('../img/formcheck/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('../img/formcheck/top.png') repeat-x;
	height : 17px;
	_background : url('../img/formcheck/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('../img/formcheck/top_right.png') no-repeat;
	_background : url('../img/formcheck/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('../img/formcheck/left.png') repeat-y;
	width : 17px;
	_background : url('../img/formcheck/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('../img/formcheck/right.png') repeat-y;
	width : 22px;
	_background : url('../img/formcheck/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('../img/formcheck/bottom_left.png');
	_background : url('../img/formcheck/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('../img/formcheck/mark.png') no-repeat;
	height : 36px;
	_background : url('../img/formcheck/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('../img/formcheck/bottom_right.png');
	_background : url('../img/formcheck/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('../img/formcheck/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('../img/formcheck/error.png') no-repeat;
	_background : url('../img/formcheck/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
	z-index:1;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}
*/