/* 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 {
	background-color:#EAEAEA;
	border:1px solid #888888;
	margin-top:5px;
}

.fc-tbx .tl{
	/*background: url('images/formcheck/tl.png') no-repeat;*/
	background-color:red;
}
.fc-tbx .t{
	/*background: url('images/formcheck/t.png') repeat-x;*/
	background-color:red;
	height: 16px;
}
.fc-tbx .tr{
	/*background: url('images/formcheck/tr.png') no-repeat;*/
	background-color:red;
}
.fc-tbx .l{
	/*background: url('images/formcheck/l.png') repeat-y;*/
	background-color:red;
	width : 16px;
}
.fc-tbx .r{
	/*background: url('images/formcheck/r.png') repeat-y;*/
	background-color:red;
	width: 16px;
}
.fc-tbx .bl{
	/*background: url('images/formcheck/bl.png') no-repeat;*/
	background-color:red;
}
.fc-tbx .b{
	/*background: url('images/formcheck/b.png') no-repeat;*/
	background-color:red;
	height: 25px;
}
.fc-tbx .br{
	/*background: url('images/formcheck/br.png') no-repeat;*/
	background-color:red;
}
.fc-tbx .c{
	/*background: url('images/formcheck/c.png') repeat;*/
	background-color:red;
}
.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 : #000;
}

.ajax_loader {
	background : url('images/formcheck/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	display: inline;
	color: red;
	margin:0px;
	padding: 0 5px;
}
.fc-error a{
	color: red;
}
.fc-error p {
	margin : 5px;
	color: red;
	display: inline;
}
#registration .zCError {
	display: inline;
	color: red;
	margin-right: 5px;
}
.adressCheck{
	color: red;
}
.adressCheck .googleWsResult{
	background-color:#D7DF21;
	color:#000000;
	margin:5px 0pt;
	padding:5px;
	width:300px;
}
