@charset "UTF-8";
/* Eric Meyer's Reset - Must Declare EVERYTHING */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;
	border-spacing: 0;}
	
	
a:link, a:visited {color: #da642f;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;}
	
/*a:visited {color: #e26d39;}*/

a:hover, a:active {color: #d89d27;}

body {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	line-height: 22px;
	text-align: justify;
	background: #ebe9db url(../images/adminBg.png) 50% 0 no-repeat;}
	
#container {width: 400px;
	height: 600px;
	margin: 0 auto;
	padding-top: 110px;}
	
p {width: 400px;
	margin: 0 auto;}
	
h4 {font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
	width: 400px;}

#mcvbLogo span {display: none;}
#mcvbLogo {height: 108px;
	width: 275px;
	overflow: hidden;
	background: url(../images/adminLogo.png) bottom left no-repeat;
	display: block;
	margin: 0 auto;}
#mcvbLogo:hover {background-position: top left;}

input {font-size: 18px;
	background: #f8f7f2;
	border: 1px solid #efede3;
	width: 250px;
	color: #666;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;}
	
label {color: #9f9d90;}

input#submit {width: 100px;}

.input {margin-bottom: 8px;}