/* CSS Document */

/**********************************************************************************/

/********** new css *************/

/*********************************************************************************/

.login_heading{

	font-weight:bold;
	color:#958561;
}

.textfield_heading{
	font-size:11pt;
}
.border-dotted-topbot{
	border-bottom:1px dotted #383737;
	border-top:1px dotted #383737;

}
.border-dotted-bot{
	border-bottom:1px dotted #383737;
}
.border-dotted-top{
	border-top:1px dotted #383737;
}
.border-dotted-all{
	border:1px dotted #383737;
}
.buttons{
	
	font-weight:normal;
	font-size:10px;
	color:#FFF;
	background-color:#121212;
	border:1px dotted #383737;
	cursor:pointer;
}
form{
	margin:0px 0px;
}
.textfields{
	
	border:1px solid #999999;
	height:16px;
	font-size:10px;
	background-color:#000000;
	color:#E44549;
	padding-left:2px;
}
.textfields-noheight{
	
	border:1px solid #999999;
	font-size:10px;
	background-color:#000000;
	color:#CCCCCC;
	padding-left:2px;
}
.border-img img{
	padding:5px;
}
.copyright{
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	}
	a.change_admin:active,a.change_admin:link,a.change_admin:visited{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

a.change_admin:active,a.change_admin:link,a.change_admin:visited{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}
.change_admin{
	color:#ffffff;
	
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	background-color:#121212;
	text-align:center;
	border:1px dotted #383737;
	padding:2px 5px;	
	height:20px;
	vertical-align:middle;
	
}
textarea.textareafields{
	
	border:1px solid #999999;
	font-size:10px;
	background-color:#000000;
	color:#CCCCCC;
	padding-left:2px;}

