

.cheaper_warning .cheaper_{
	background-color: #b0be96;
}

.cheaper_fade{
	background-color: #000000;
	position: absolute;
}

div.cheaper_{
	padding: 0px;
	width: 600px;
	background-color: #ffffff;
	text-align: left;
	position: absolute;
}

div.cheaper_ .cheaper_close{
	float: right;
	margin: 6px 10px 0 10px;
	color: #ffffff;
	background-color: #e6e6e6;
	cursor: pointer;
}

div.cheaper_ .cheaper_container{
	padding: 0px;
	color: #ffffff;
}

div.cheaper_ .cheaper_message{
	padding: 0px;
	background-color: #e6e6e6;
}

div.cheaper_ .cheaper_buttons{
	padding: 9px 20px;
	border-top: 1px solid #e7ebe7;
	margin: 0px 0px;
	display: none;
	background-color: #cff0fe;
	text-align: left;
}

div.cheaper_ button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

div.cheaper_ div.content {
	padding: 20px;
	border: 0px solid #a0a0a0;
	border-width: 0px 0;
	color: #ffffff;
	background-color: #0fb3f8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
	height: 130px;
}

div.cheaper_ div.title {
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
	background-color: #e6e6e6;
	color: #6d7072;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	height: 20px;
}

#cheaper_buttonpost {
	padding: 0px;
	border: 0px;
}

#cheaper_buttonlogin {
	padding: 0px;
	border: 0px;
	margin: 0 0px 0 110px;
}

#cheaper_buttonclose {
	display: none;
}

div.cheaper_ .content input {
	width: 300px;
	border: 1px solid #dddddd;
}

div.cheaper_ .content input.error {
	border: 1px solid #ff0000;
}

.cheaper_container ul li{
}

div.cheaper_ div.content a {
	color: #ffffff;
	text-decoration: underline;
}

div.cheaper_ .button{
	margin: 0 7px 0 0;
	border: 1px solid #bebfc0;
	padding: 4px 10px 5px 7px; /* Links */
	background-color: #ffffff;
	color: #38ac38;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

div.cheaper_ .button{
	width: 100px;
	overflow: visible;
}

div.cheaper_ .button[type]{
	padding: 4px 10px 5px 7px; /* Firefox */
	line-height: 20px; /* Safari */
}

*:first-child+html div.cheaper_ .button[type]{
	padding: 4px 10px 5px 7px; /* IE7 */
	border: 1px solid #ff0000;
}

div.cheaper_ .button[type]:active, 
div.cheaper_ .button:active{
}

div.cheaper_ .button:hover{
	background-color: #e0e0e0;
}

#cheap-form textarea {
	width: 400px;
	height: 60px;
}

#cheap-form .form {
	width: 350px;
}

#cheaper_buttonsubmit{
width: 200px;
}