/* netfabrix system-styles */

/* Basic Image Style */

IMG {
    border-width: 0px;
}


.error_border_top_left {
	background-image: url(/images/error/border_top_left.gif); 
	width: 19px; 
	height: 14px;
}
.error_border_top { 
	background-image: url(/images/error/border_top.gif); 
	height: 14px;
}
.error_border_top_right {
	background-image: url(/images/error/border_top_right.gif); 
	width: 19px; 
	height: 14px;
}

.error_border_left {
	background-image: url(/images/error/border_left.gif); 
	width: 19px; 
	height: 14px;
}
.error_background { 
	background-image: url(/images/error/background.gif); 
	font-family: Arial; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}
.error_border_right {
	background-image: url(/images/error/border_right.gif); 
	width: 19px; 
	height: 14px;
}

.error_border_bottom_left {
	background-image: url(/images/error/border_bottom_left.gif); 
	width: 19px; 
	height: 19px;
}
.error_border_bottom { 
	background-image: url(/images/error/border_bottom.gif); 
	height: 19px;
}
.error_border_bottom_right {
	background-image: url(/images/error/border_bottom_right.gif); 
	width: 19px; 
	height: 19px;
}

.error {
	color: #ff0000;
}

/* FORM-FUNCTION CSS */

.required {
	color: #ff3300;
	background-color: #eaf0f5;
}
.caption {
	font-weight: normal;
}
.inp_err {
	color: yellow;
	background-color: #ff0000;
}

/* ADMIN Headers */

.adminheader_navlink {
    color: #6c77a0;
    text-decoration: none;
}

.adminheader_navlink:hover {
    color: #000000;
    text-decoration: none;
}

/* reCaptcha */

div#recaptcha {
	float:left;
}

div#recaptcha_image {
	width:300px;
	height:57px;
	border:1px solid #999999;
	margin:0 0 2px 90px;
	float:left;
}

div#recaptcha_functions {
	float:left;
	margin:0 0 0 2px;
	padding:0px;
	float:left;
}

div#recaptcha_functions a, div#recaptcha_functions img {
	margin:0px;
	padding:0px;
}

div.recaptcha_reload {}
div.recaptcha_only_if_image {}
div.recaptcha_only_if_audio {}

div.using_recaptcha {
	float:right;
	color:#cccccc;
	font-size:9px;
}


