.login {
	padding: 0;
	margin: 20px 0 40px 0;
	background: transparent url(../images/form_bg.png) repeat-x top left;
	border-bottom: 1px solid #ccc;
}

.login p {
	margin-left: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}

.login fieldset {
	border: 0;
}

.login legend {
	margin: 0;
	padding: 10px 0 0 0;
	text-indent: 0;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Sans-serif;
	color: #4669a5;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
}

.login label {
	display: inline-block;
	width: 105px;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 10px;
}

.login input {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.login .submit {
	margin-left: 120px;
	color: #fff;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	outline: 0;
	border: 0;
	background: #fff url(../images/empty_box.png) no-repeat top center;
}

.appbutton {
	margin-left: 120px;
	color: #fff;
	font-weight: bold;
	height: 15px;
	width: 53px;
	line-height: 15px;
	outline: 0;
	border: 0;
	cursor: pointer;
	cursor: hand;
}

.appbuttonsubmit {
	background: #fff url(../images/submit.gif) no-repeat top center;

}

.appbuttonlogin {
	background: #fff url(../images/login.gif) no-repeat top center;

}

.appbuttonrequest {
	background: #fff url(../images/request.gif) no-repeat top center;

}