/* this section changes the styles for the login page */

.loginsectionHeading {
	color:#666666;
	font-size: 15px;
	font-weight: bold;
}

.loginsectionSubHeading {
	color:#666666;
	font-weight: bold;
}

.loginsectionContent {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.logindefaultinputs {
	border: solid 1px #669900;
	background-color: #ffffff;
	width: 200px;
}

.logindefaultbutton {
	background-color: #D0E789;
	border: solid 1px #669900;
	color: #669900;
	width: 120px;
	display:block;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
    text-decoration:none;
}

.logindefaultbutton:hover {
    background-color:#669900;
    color:#D0E789;
}