/* 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-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('img/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;
}


form.Siteform {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 5px;
	background: #ffffff;
	width:650px;
}

.Siteform .required{
	color : #A00;

}

.Siteform .text-input {
	width: 250px;
	color: #555;
	padding: 1px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	background: #FFF;
}

.Siteform .submit {
	background-color : #CCC;
	border: 1px solid #AAA;
	padding: 4px;
	margin-left:10px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
}

.Siteform .submit:hover {

	text-decoration: underline;
}

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

.Siteform .fc-error {
	width: 350px;
	color: #555;
	padding: 2px;
	border: 1px solid #B5B8C8;
	font-size: 11px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

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

.Siteform h2 {
	font-size: 14px;
	color: #15428B;
	font-weight: 900;
}
.Siteform .field{
  margin-bottom:3px;
 }


.Siteform   label {
	display: inline-block;
	width: 165px;
	color: #0000000;
	font-weight: 900;

	padding-right:10px;
	
}

fieldset {
	margin-top: 10px;
	padding : 5px;
	border: 1px solid #B5B8C8;
	
}

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

}