html {
	font-size: 12px;
	font-family: arial,helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll !important;
}

a {
	color: #0000FF;
	text-decoration: none;
}

pre {
	line-height:20px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

/* the following three has to be in right order to work */
a:visited {
	color: #0000FF;
	text-decoration: none;
}

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

a:active {
	color: #0000FF;
	text-decoration: none;
}

.horiz_line {
	position: relative;
	display: block;
	background: #A2A2A2;
	color: #A2A2A2;
	width: 760px;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
	/* ie6 does not handle overflow well */
	overflow: hidden;
	z-index:-1;
}

.bottle_label_input {
	width: 500px;
	height: 24px;
	margin: 0 0 1em 0;
	border: 1px solid #333333;
	background:url('http://www.bottleonbeach.com/image/input_background.jpg') no-repeat left center;
	padding-left:24px;
	padding-top: 3px;
	font-size: 14px;
	color: #999999;
	font-style: italic;
}

.message_area {
	color: #0000ff;
	font-family: monospace;
	font-size: 12px;
	background-color: #ffffd0;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0;
	width: 740px;
	overflow: hidden;
	word-break: break-word;
}

/* message area */
#m1 {
	padding-left:10px;
	width:480;
	font-size:12px;
	color:#bbbbbb;
}
#m2 {
	text-align:right;
	font-size:10px;
	color:#bbbbbb;
}
#m3 {
	color:#bbbbbb;
	text-decoration:underline;
}
#m4 {
	padding-left:10px;
	text-align:left;
	font-size:10px;
	color:#bbbbbb;
}
#m5 {
	color:#bbbbbb;
	text-decoration:underline;
}
#m6 {
	font-size:18px;
	font-weight:bold;
	color:#aaaaaa;
}

/* foot note area */
#f1 {
	font-size: 11px;
	font-style:italic;
}
#f2 {
	font-size: 9px;
	color:#888888;
}
#f3 {
	font-size: 12px; 
	text-decoration: underline;
}
#f4 {
	font-size: 12px; 
	text-decoration: underline;
}
#f5 {
	font-size: 12px; 
	text-decoration: underline;
}
