



form  {
	display: inline;
	margin: 0;
	padding: 0;
}

#msg {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:6px;
	border-width:1px;
	border-style:dashed;
	border-color:#ccc;
	width: 610px;
	padding: 8px;
	font-style: italic;
}


a {
	outline: none;
	color: #990000;
}



html, body {
	width: 100%;
	height: 100%;
}
html, body, h1, h2, h3, form, fieldset, img, form, image, label, ul, li, ol, dl, table {
	margin: 0;
	padding: 0;
	border: none;
}

table {margin:0 auto 0;}


body {
	text-align: left;
	background-color: #000000;
}

input, select {
	background-color: #D9CFAB;
	border: 1px solid #BFB591;
}

#imageField {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


