
#area {
	width:830px; 
	margin-left:60px; 
	display:inline; 
	float:left; 
	padding-top:1px; 
	padding-bottom:4px; 
	text-align:left; 
	color:#EF0000;
	
}

*html .alignment {
	margin-left:70px;
}

#contents {
	position: relative;
	left: -5px;
}

.intro {
 	margin: 10px;
}

#dealbox {
	width: 830px;
	background-color:#efefef;
	border: 1px solid #cccccc;
	margin: 0 auto;
	padding: 3px;
	height:100px;
	
}

#dealbox .title {
	width: 600px;
	float:left;
	margin-top:8px;
}

#dealbox .img {
	float: right;
	border:none;
}

#dealbox .name {
	color:#000099;
	font-size:15px;
	width:350px;
	float:left;
	padding:3px;
}

#dealbox .totalprice {
	color:#ef0000;
	font-weight:normal;
	float: left;
	padding:3px;
}

#dealbox .dealprice {
	color:#ef0000;
	font-weight:normal;
}

#dealbox .price {
	font-size:16px;
	font-weight:bold;
}

#dealbox .dealsave {
	color:#000099;
}

#dealbox .saveprice {
	color:#000099;
	font-size:12px;
	font-weight:bold;
}

#dealbox .rating {
	float: left;
	width:65px;
	padding-top:3px;
}

#dealbox .more {
	float: right;
	margin-top:25px;
	margin-left:25px;
}

#dealbox .location {
	color:#0099cc;
	font-size:12px;
}

.clearing {
	clear:both;
	height:12px;
}

#dealbox .infobox {
	float:left;
	width:600px;
}

#dealbox p {
	margin:3px;
	padding:0px;
	line-height:1.3em;
}

/* COMP FORM */

#form {
		width:910px;
		height:178px;
		padding:20px;
		background-image:url(images/form_bg.gif);
		border-top:1px solid white;border-bottom:1px solid white;}
		
#form .textnboxes {width:770px; float:left; margin:0 0 0 140px;}
#form .lrgtext {font-size:14px; font-weight:bold;}
#form .required {color:#ef0000; font-size:11px; font-weight:normal;}
#form .textnboxes #column1 {width:250px; float:left;}
#form .textnboxes #column1 input {float:left; width:100px; height:16px; margin:3px 0 0 0;}
#form .textnboxes #column1 p {float:left; width:100px; padding:8px 0; margin:0;}

#form .textnboxes #column2 {width:520px; float:left;}
#form .textnboxes #column2 input {float:left; width:300px; height:18px; margin:3px 0 0 0;}
#form .textnboxes #column2 .checkbox {float:left; width:20px; height:18px; margin:6px 10px 0 0;}
#form .textnboxes #column2 p {padding:5px 0; margin:0;}
.enternow_btn {float:right;}
.textfloat {width:400px; float:left;}