body,html{
	margin: 0px;
  border: 0px;
  padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  background-color:#fdf7ce;
}

a{
	color:#321118;
}

.container{
	margin:0 auto;
	width:800px;
}

.header{
	width:800px;
	height:180px;
	background:url('../imgs/header.png') no-repeat;
}

.leftl, .bodyl, .rightl{
	float:left;
	min-height:200px;
}

.left, .body, .right{
	float:left;
	min-height:700px;
}

.leftl, .left{
	width:235px;
	background:url('../imgs/left.png') no-repeat;
	border:0;
}

.bodyl{
	width:403px;
}

.body{
	width:373px;
	padding-left:30px;
}

.rightl, .right{
	width:162px;
	background:url('../imgs/right.png') repeat-y;
}

.footer{
	float:left;
	width:800px;
	height:176px;
	background:url('../imgs/footer.png') no-repeat;
}

#pincollector{
	text-align:center;
}

#pinheader, .pin_link{
	padding:10px 0;
}

.ast{
	color:red;
}

.errorlbl{
	font-weight:bold;
	color:#321118;
}

input[type="text"].error, select.error{
	border:1px solid #321118;
	background-color:#f0f0f0;
	padding:2px;
}


