.login {
	background-color: #cccccc
}

.bordercolor {
	border-color: #cccccc
}

.formfont {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.logButtons{		
	color: red; /* Change 13px as desired */
	font-weight: bold;
	height: 20px;
	width: 105px;		
	background : url('../../img/edit_button.gif');
	background-repeat: no-repeat;
	border: none;	
}	
.menubackground {
	background: transparent url('../../img/regbackground.gif');
	backgorund-repeat: repeat-y;
}

.menulines {
	border-bottom-color: white;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-width: thin;
	border-top-width: thin;
}

.fonttitle {
	font-family: Arial, Verdana;
	font-size: 30;
	color: red;
}

.menufont {
	font-family: Arial, Verdana;
	font-size: 18;
	color: red;
	text-decoration: none;
}

.downloadfont {
	font-family: Arial, Verdana;
	font-size: 20;
	color: #4b4b4b;
	text-decoration: none
}

.topborderbackground {
	border-bottom: url('../../img/line.jpg');
}