/* Cenopets: Layout Version 2: style_formdefault.css */


.form_main {
	background-image: url('http://cenopets.com/layout/gui/form_back.png');
	width: 450px;
	margin: auto;
	border: 1px solid #444; border-top: 1px solid #fff;
	text-align: center; text-shadow: #eee 0px 1px 0px;
}

.form_title {
	background-image: url('http://cenopets.com/layout/gui/form_title_back.png');
	text-align: center; vertical-align: middle; line-height: 43px;
	height: 43px; width: 444px;
	border-left: 1px solid #162240;	border-right: 1px solid #162240;
	font-size: 15px; text-shadow: #000 0px 1px 0px;
	margin: auto; padding: 3px;
	color: white;
}

.form_text {
	border: 1px solid #888;
	padding: 3px;
	font-size: 13px; font-family: "Lucida Grande", "Luxi Sans", corbel, verdana, sans-serif;
}

.form_submit:hover {
	background-image: url('http://cenopets.com/layout/buttons/button_forward_1.png');
}
	
.form_submit {
	width: 32px;
	height: 33px;
	border: 0px solid;
	background-image: url('http://cenopets.com/layout/buttons/button_forward_1.png');
	background-image: url('http://cenopets.com/layout/buttons/button_forward_0.png');
}