/*******************************************************************************

LOGIN STYLES

******************************************************************************/

/* RESET DEFAULT STYLES
Eric Meyer Global Style Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
_______________________________________________________________________________________________*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* PAGE WRAPPER
_____________________________________*/
body {
background-color:#F4F4F4;
}
#wrapper {
	margin:0 auto;
	background: #FFFFFF;
}
#wrapper { 
	max-width:1000px;
	min-width:53em;
}

#global-header {
	margin:0 2em 1em 2em;
	padding:1em 0 1em .5em;
	border-bottom:1px solid #F4F4F4;
	min-width:740px;
}

/* MM Brand */
a#app-name, p#app-name {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:100;
	font-style:italic;
	color:#333333;
	font-size:2em;
	background:center left no-repeat url(images/mm-logo.png);
	padding-left:115px;
	padding-bottom:4px;
}

#login {
width:35em;
margin:0 auto;
padding-bottom:1em;
}
#page-header, #login {
	font-size:1.2em;
}


/* GLOBAL FOOTER
_____________________________________*/
#footer {
	padding-top:1em;
	clear:both;
	background-color:#F4F4F4;
	text-align:center;
	font-size:1.2em;
	color:#666666;
}
#footer p {
	padding-bottom:1em;
}


/* TEXT
_____________________________________*/
body {
	font-size:62.5%;/* Set 1em to be approximately 10px */
	font-family:Arial, Helvetica, sans-serif; 
}

/* Headings */
h1 {
	font-size:1.4em;
	font-weight:normal;
	padding:0 0 .5em .25em;
}
h2 {
	font-size:1.2em;
	font-weight:normal;
}


/* FORMS
_____________________________________*/
#confirmation {
padding:.5em;
margin-bottom:1em;
background-color:#FFFFCC;
border:1px solid #E1E1E1;
}

table.form-table td {
vertical-align:top;
padding:.25em .5em .75em .5em;
}

table.form-table input.submit {
font-size:1.4em;
padding:.25em;
}
table.form-table td p {
line-height:1.4;
}

/* Error messages */
table.form-table td.error {
color: #E21F26;
}

/* Error messages */
table.form-table td .help {
font-style:italic;
color:#999999;
font-size:smaller;
}
