.form {
	background: #332d29 url(form.gif) no-repeat 0 0;
	padding: 15px 90px 15px 15px;
	min-height: 1px;
	position: relative;
	margin: 10px 0;
	}
	
* html .form {
	height: 1px;
	}
	
	
.form_buttons {
	margin: 15px 0;
	text-align: right;
	}
	
.form .form_bottom{
	background: url(form_bottom.gif) no-repeat 0 bottom;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
}





.form p{
	color: #7D7D7D;
}

.form .note{
	color: #7d7d7d;
}

.form_buttons input{
	height: 24px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-indent: -700px;
	border: none;
	cursor: pointer;
}	

.form_buttons input:hover{
	background-position: 0 -24px;
}

.form_buttons .send_button{
	background: url(send_button.gif) no-repeat 0 0;
	width: 104px;
}

.form_buttons .login_button{
	background: url(login_button.gif) no-repeat 0 0;
	width: 104px;
}
