form.form {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 12px;
	
}

.form fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;

}

.form legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.form fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.form label span {
	color: #000;
}

.form input, .form select, .form textarea {
	display : block;
	margin-bottom: 5px;
}

.form .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('form/text-bg.gif') repeat-x;

}

.form .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.form span.checkbox, .form .checkbox {
	display: inline;
}

.form .submit {
	background: url('form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
}

.submit {
	background: url('form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	float: right;
	text-decoration: none;
	margin:2px;
}

.form hr {
	clear: both;
	visibility: hidden;
}

.form .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
/* 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{
	z-index:1001;
}
.fc-tbx .tl{
	background: url('form/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('form/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('form/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('form/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('form/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('form/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('form/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('form/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('form/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('form/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('form/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #F4F0E4;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}