@charset "utf-8";
/* CSS Document */

.clienterr {
	color:#ff0000;
}
.clientok {
	color:#009900;
}

.client_title {
	font-size:14px;
	font-weight:bold;
	color:#ec1d97;
}

.login_area {
	width:250px;
	text-align:right;
}

.loginfield {
	border:#bab8a3 1px solid;
	font-family:Arial, Helvetica, sans-serif, tahoma;
	font-size:12px;
	background-color:#ffffff;
	padding:2px;
	width:144px;
}
.loginbtn {
	border:0;
	font-family:Arial, Helvetica, sans-serif, tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#e61590;
	background-image:url(../../../../images/field_bckg.jpg);
	background-repeat:repeat-x;
	background-position:center center;
	height:20px;
	width:150px;
}

.userfield {
	border:#bab8a3 1px solid;
	font-family:Arial, Helvetica, sans-serif, tahoma;
	font-size:12px;
	background-color:#ffffff;
	padding:2px;
	width:150px;
}

.userbutton {
	border:0;
	font-family:Arial, Helvetica, sans-serif, tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#e61590;
	background-image:url(../../../../images/field_bckg.jpg);
	background-repeat:repeat-x;
	background-position:center center;
	height:20px;
	width:150px;
}
.userinfotd {
	background-color:#F4F4F4;
}

