/*---------------------------------Forms------------------------------------*/
label,input {
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 5px;
	font-size: 11px;
}

input, textarea{
	border: 1px solid gray;
}

label {
	text-align: right;
	width: 105px;
	padding-right: 10px;
}

form br {
	clear: left;
}

/*----------------------------------Links-------------------------------------*/
a{
	color: #0494da;
	text-decoration: none;
}

a:hover{
	color: #0494da;
	text-decoration: underline;
}
/*---------------------------------Classes------------------------------------*/
.message
{
    width:100%;
    font-size:14px;
    border: solid 1px #c9b484;
    border-top:0px;
    padding:12px;
    color:#000;
    font-size:12px;
    background-color:#fafdb4;
    text-align:center;
}
.login{
	width: 200px;	
	margin-left: 50px;
	text-align: center;
}
.middleline{
	position:relative;
	top:4px;
	}
