
form, input, select, textarea, button {
	margin: 0px;
	padding: 0px;
	color: #333333;
}


input, textarea, select {
	border: 1px solid #1C5180;
	padding: 2px;
}
select {
	padding: 1px;
}
input.checkbox, input.radio {
	width: 13px;
	height: 13px;
	border: none;
	margin-right: 10px;
}



#offer {
	width: 740px;
	float: left;
}
#offer ul {
	width: 100%;
	height: 30px;
	background: url('../images/tabs_bg.jpg') repeat-x;
	margin-top: 10px;
	display: block;
	float: left;
	border-bottom:1px solid #000099;
}
#offer li {
	list-style-type: none;
	height: 23px;
	background: url('../images/tabs_0_bg.jpg') repeat-x;
	margin: 0px 2px 0px 0px;
	padding: 7px 12px 0px 12px;
	display: block;
	float: left;
}
#offer li.active1 {
	height: 23px;
	background: url('../images/tabs_1_bg.jpg') repeat-x;
	border: 1px solid #000099;
	border-bottom: none;
	padding: 5px 10px 0px 10px;
}
#offer li.active2 {
	height: 23px;
	background: url('../images/tabs_1_bg.jpg') repeat-x;
	border: 1px solid #000099;
	border-left: 1px solid #000099;
	border-bottom: none;
	padding: 5px 10px 0px 11px;
}
#offer li a {
	float: left;
}
#offer form {
	width: 738px;
	border: 1px solid #000099;
	border-top: none;
	border-bottom: none;
	background:#fff;
	float: left;
	margin: 0px;
	padding: 0px;
}
#offer form label {
	width: 140px;
	float: left;
}
#offer form input {
	width: 194px;
	margin-bottom: 1px;
}
#offer form input.checkbox, #offer form input.radio {
	width: 13px;
	height: 13px;
	border: none;
	margin: 3px 0px 5px 0px;
}
#offer form textarea {
	width: 245px;
	height: 80px;
	margin-bottom: 1px;
}
#offer form textarea.big {
	width: 490px;
	height: 250px;
	margin-bottom: 1px;
}
#offer form p.submit {
	width: 722px;
	float: left;
}
#offer form select {
	width: 200px;
	margin-bottom: 1px;
}
#offer form select.small {
	width: 50px;
	margin-bottom: 1px;
}
#offer form div.page {
	padding: 5px;
	display: none;
	float: left;
}
#offer form div#page3.page div.next {
	width: 720px;
}
#offer form div#page3.page div.next div {
	width: 500px;
	float: left;
}
#offer form div.formline {
	height: 22px;
	clear: both;
}
#offer form div#page1 {
	display: block;
}

