html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	font: small/18px "Verdana", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

a:link {
	color: #2828A6;
	text-decoration: underline;
}

a:visited {
	color: #2828A6;
	text-decoration: underline;
}

a:hover {
	color: #FC0203;
	text-decoration: none;
}

a:active {
	color: #2828A6;
	text-decoration: none;
}

img {
	border: 0;
}

div#wrapper {
	margin: 0 auto;
	width: 750px;
}




div#hat {
	height: 121px;
	width: 750px;
	margin: 30px 0px;
}

div#hat_top {
	width: 750px;
	height: 76px;
	float: left;
	color: #000000;
	background: url(../images/design/hat_top.jpg) #FFFFFF no-repeat;
}

div#hat_middle {
	width: 750px;
	height: 34px;
	float: left;
	color: #000000;
	background: url(../images/design/hat_middle.jpg) #FFFFFF repeat-x;
}

span#hat_lable {
	width: 260px;
	float: left;
	color: #FFFFFF;
	padding-right: 15px;
	font-weight: bold;
	text-align: right;
	margin-top: 12px;
}

span#hat_input {
	height: 20px;
	float: left;
	color: #FFFFFF;
	padding-right: 0px;
	margin-top: 8px;
}

span#hat_submit {
	height: 22px;
	float: left;
	color: #FFFFFF;
	padding-right: 0px;
	margin-top: 9px;
}

input#seller_id {
	width: 190px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #1b172b;
	font-size: 16px;
}

div#hat_bottom_left {
	width: 11px;
	height: 11px;
	float: left;
	color: #000000;
	background: url(../images/design/hat_bottom_left.jpg) #FFFFFF no-repeat;
}

div#hat_bottom_center {
	width: 728px;
	height: 11px;
	float: left;
	color: #000000;
	background: url(../images/design/hat_bottom_center.jpg) #FFFFFF repeat-x;
}

div#hat_bottom_right {
	width: 11px;
	height: 11px;
	float: left;
	color: #000000;
	background: url(../images/design/hat_bottom_right.jpg) #FFFFFF no-repeat;
}




div#body {
	clear: left;
	width: 750px;
	background-color: #FFFFFF;
}

fieldset {
	border: 1px solid #757575;
	width: 550px;
	height: 65px;
	margin: 0px;
	padding: 0px 0px 15px;
}

legend {
	color: #000000;
	margin-left: 10px;
}

div#found_seller {
	margin-top: 7px;
}

div#not_found_seller {
	margin-top: 16px;
}

div#abc {
	margin: 15px 0px;
}

table#sellers_list {
	width: 550px;
	text-align: center;
	border-collapse: collapse;
	border: 0;
	color: #B0B0B0;
}



div#foot {
	clear: both;
	color: #000000;
	background-color: #FFFFFF;
	width: 750px;
	padding: 0;
	margin: 0;
	height: 60px;
	position: absolute;
	bottom: 0;
	vertical-align: top;
}

div#line {
	clear: both;
	height: 2px;
	width: 750px;
	background-color: #272243;
}
