/* CSS Document */
body {
	background-color: #EAEAEA;
}

#myform {
	position:relative;
	width:300px;
	z-index:1;
	left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#store {
	position:relative;
	width:240px;
	height:51px;
	left: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.style1 {
	color: #00A8CB;
	font-weight: bold;
	font-size: 18px;
	bottom: 20px;
	line-height: 20px;
}

a:link {
	color: #00ABD6;
}
a:visited {
	color: #00ABD6;
}
a:hover {
	color: #666666;
}
