
form.wide {
	margin: 2px 17px 0px 12px;
	padding: 0px;
	overflow: hidden;
}

form.selection {
	clear: both;
	margin: 0px 0px 10px -5px;
}

form.wide div {
	clear: both;
	margin-bottom: 6px;
	overflow: hidden;
}                              

.fixed {
	height: 30px;
	margin-bottom: 0px !important;
}

form.wide label {
	display: block;
	margin: 0px 290px 0px 0px;
	text-align: right;
	padding: 6px 10px 6px 0px;
}

form.wide label.important {
	background: #e5e5e5;
}

form.wide span {
	width: 264px;
	float: right;
	padding-top: 6px;
}

form.wide span.position {
	padding: 0px;
	height: 40px !important;
	text-align: left;
	margin-top: 6px;
}

form.selection span,
form.wide span.selection {
	padding: 0px;
	margin: 0px;
	width: 252px;
	border-width: 0px 6px 0px 6px;
	border-style: solid;
	border-color: #e5e5e5;
}

select {
	float: right;
	width: 246px;
	margin: 3px;
}

form.wide input {
	float: right;
	width: 264px;
	border: 6px solid #e5e5e5;
	padding: 0px;
	margin: 0px;
}

form.wide .input_text {
	float: right;
	width: 264px;
	padding: 6px 0px 6px 0px;
	text-align: left;
}

textarea {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 538px;
	border: 6px solid #e5e5e5;
}

form.wide .checker,
.checker {
	clear: none;
	float: right;
	width: 27px;
	height: 27px;
	margin: -3px -6px 0px 6px;
	background-image: url('../images/panels/checked.png');
	background-repeat: no-repeat;
}

.unchecked {
	background-position: 0px 0px;
}

.checked {
	background-position: 0px -27px;
}

/*
form.wide input.image {
	width: 284px;
	height: 60px;
	background: url('../images/panels/button.form.png') center center no-repeat;
	margin: -10px !important;
	border: 0px solid;
	position: absolute;
	cursor: pointer;

	font-size: 16pt;
	color: red;
	font-family: Georgia, Times New Roman, sans-serif;
	font-style: italic;
	font-weight: bold;
}
*/
#comparison_form a.image {
	display: block;
	background: url('../images/panels/button.comparison.png') center center no-repeat;	
	width: 572px;
	height: 60px;
	border: 0px solid;
	left: 0px;
	color: white;
	text-decoration: none;
}

.buttons {
	width: 536px;
	height: 40px;
	text-align: left;
}

.buttons_inner {
	overflow: hidden;
	position: absolute;
	margin: -10px;
	width: 556px;
	height: 60px;
	background: url('../images/buttons.png') no-repeat;
}

.buttons_inner a {
	background: none; 
	width: 264px;
	height: 40px;
	float: left;
	margin: 10px 0px 10px 10px;
	text-align: center;
	color: white;
	text-decoration: none;
}

.buttons_inner a:hover {
	color: red;
}

form.wide a.image {
	display: block;
	background: url('../images/panels/button.form.png') center center no-repeat;	
	width: 284px;
	height: 60px;
	margin: -10px !important;
	border: 0px solid;
	position: absolute;

	color: white;

	text-decoration: none;
}
#comparison_form a.image:hover,
form.wide a.image:hover {
	color: red;
}

.buttons_inner a div,
#comparison_form a.image div,
form.wide a.image div{
	font-size: 16pt;
	font-family: Georgia, Times New Roman, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	/*margin: 10px !important;*/
	padding: 10px !important;
	line-height: 40px;
}

.buttons_inner a div {
	padding: 0px !important;
}

.buttons_inner a div:first-letter,
#comparison_form a.image div:first-letter,
form.wide a.image div:first-letter{
	color: red;	
}

#comparison_form .none,
form.wide .none {
	font-size: 0pt;
	height: 0px;
	width: 0px;
	border: 0px solid;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

.hidden {
	display: none;
}
