fieldset {
	border: 0;
	background: none;
}
legend {
	display: none;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal ;
	color: #000000 ;
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 10px;
	margin-right: 165px;
	padding-top: 20px;
}
#form-login h1 {
	text-align: left;
	margin-right: 0;
	margin-left: 20px;
}
label {
	color: #000000 ;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: Arial, "Trebuchet MS", serif ;
	line-height: 19px ;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
}
#form-login input {
	width: 260px;
}
input {
	margin-bottom: 10px;
	border: #cccccc thin solid;
	height: 24px;
	width: 221px;
}
body {
	text-align: right;
}
.blue {
	color: #498a95;
}
.left {
	float: right;
}
p.left {
	font-size: 11px;
	font-family: Arial, "Trebuchet MS", serif ;
	margin-right: 20px;
}
p a:hover {
color: #d61820; 

}

#bottom {
	background: #eaeaea;
}
#bottom p {
	color: #292929;
	text-align: left;
	line-height: 20px;
	font-family: Arial, "Trebuchet MS", serif ;
	font-size: 12px;
}
p a {
color: #3192a2 ;
text-decoration: none ;
}
input#submit {
	background: url("../_img/submit.png"); 
	width: 83px;
	height: 26px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}
input#send {
	background: url("images/send.png"); 
	width: 68px;
	height: 25px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}
input#login {
	background: url("images/login.png"); 
	width: 83px;
	height: 26px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	float: right;
}
em {
	font-size: 17px;
	font-weight: normal;
}
.red {
	color: #df0808;
	font-weight: bold;
}