body {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	color: #ccc;
	font-size: 1em;
	line-height: 1.50;
	font-family: Helvetica, arial, sans-serif;
	background: url("../images/noisyBG.png") repeat;
	background: #333;
	background-attachment: fixed;
	background-image: url("../images/noisyBG.png"); /* fallback */
	background-image: 	-webkit-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,0.6)), 
						url(../images/noisyBG.png); /* Chrome 10+, Saf5.1+ */
	background-image: 	-webkit-gradient(linear, left top, left bottom, from(rgba(10,10,10,0)), to(rgba(10,10,10,.6))),
					 	url("../images/noisyBG.png"); /* Saf4+, Chrome */
	background-image:   -moz-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.6)), 
						url("../images/noisyBG.png"); /* FF3.6+ */
	background-image:   -ms-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.6)), 
						url("../images/noisyBG.png"); /* IE10 */
	background-image:   -o-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.6)), 
						url("../images/noisyBG.png"); /* Opera 11.10+ */
	background-image:   linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.6)),
						url("../images/noisyBG.png"); /* W3C */

}
#usermgmt {
	float:right;
	font-weight: bold;
	color: #f1f1f1;
	background-color: rgba(0,0,0,.4);
	font-size: 80%;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-opera-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.7);
	padding-top:8px;
	padding-bottom:8px;
	margin-top:4px;
	margin-right:6px;
	/*-webkit-box-shadow:rgba(80,70,70,0.5) 1px 1px 4px;*/

}
#usermgmt a, a, a:visited {
	text-decoration: none;
	color: #e1e1e1;
	font-weight:bold;
}
#main
{

	clear:both;
	margin:0 auto;
	width:600px;
	padding-top:64px;
}
#box
{
	border-radius:8px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);

}
#logo
{
	background:rgba(0,0,0,.2);
	text-align:center;
	padding:24px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#logo #image, #logo #tagline
{
	margin:0 auto;
}
#logo #tagline
{
	position:relative;
	top:-10px;
	color:#ccc;
	font-size: 1.2em;
}
#meat
{
	margin-top:2px;
	background:rgba(0,0,0,.2);
	padding:24px;
	padding-left:48px;
	padding-right:48px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size:.9em;

}
#meat .errors
{

    background: rgba(60,40,45,.4);
    padding: 12px;
    border-radius: 8px;
    color: rgba(244,75,100,.5);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.5);

    text-shadow: -1px -1px 1px black, 1px 1px 1px rgba(255,255,255,.1);

}

#meat .notification
{

    background: rgba(40,60,45,.4);
    padding: 12px;
    border-radius: 8px;
    color: rgba(75,244,100,.5);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.5);

    text-shadow: -1px -1px 1px black, 1px 1px 1px rgba(255,255,255,.1);

}
#meat .errors div#dismisser, #meat .notification div#dismisser
{
	float:right;
	
}

#meat #heading
{
	
	font-weight: bold;
	
	text-shadow: 0px 0px 3px rgba(0,0,0,.5);
	
	font-size: 1.25em;
	line-height: 2em;
	
}
#meat #pitch
{
	text-shadow: inset -1px -1px 1px black, inset 1px 1px 1px #ccc;
	margin-top:1.8em;
	
}
#meat #confirmation
{
	margin:0 auto;
	margin-top:1em;
	margin-bottom:1em;
	text-align: center;
	font-size: 1.5em;
	line-height:2em;
	border-radius: 4px;
	text-shadow: 0px,0px,2px,rgba(0,0,0,.5);
	background: rgba(66,164,190,.5);
	background-image: 	-webkit-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,0.4)); /* Chrome 10+, Saf5.1+ */
	background-image: 	-webkit-gradient(linear, left top, left bottom, from(rgba(10,10,10,0)), to(rgba(10,10,10,.4))); /* Saf4+, Chrome */
	background-image:   -moz-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* FF3.6+ */
	background-image:   -ms-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* IE10 */
	background-image:   -o-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* Opera 11.10+ */
	background-image:   linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* W3C */


}
#meat #mailingList
{
	padding:48px;

}
#meat form
{
	margin:0 auto;
	text-align: center;
	
}
#meat form aside
{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	text-align:center;
	color: #42a4be;
	font-size: .9em;
	line-height: 1.2em;
}
#meat form div
{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.1em;
}
#meat form div#fieldwrapper
{
	margin:0 auto;
	display:inline-block;
	box-shadow: 0px 0px 24px rgba(66,164,190,.5);
	-webkit-box-shadow: 0px 0px 24px rgba(66,164,190,.5);
	-moz-box-shadow:0px 0px 24px rgba(66,164,190,.5);
	-opera-box-shadow:  0px 0px 24px rgba(66,164,190,.5);
	-khtml-box-shadow:  0px 0px 24px rgba(66,164,190,.5);
	border-radius:4px;
	padding-top:0px;
	padding-bottom:0px;

}


#meat form #fieldwrapper input
{
	color:#333;
	background-color: #42a4be;
	font-size: 1.1em;
	padding:8px;
	border:0 none;
	border-top-left-radius: 4px;
	border-bottom-left-radius:4px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	outline-style: none;
}
#meat form #fieldwrapper input:focus, #meat form input:focus
{
	background-color: #52b4ce;
	border:none;
	
}

::-webkit-input-placeholder {
   color: #62c4de;
}

:-moz-placeholder {
   color: red;
}

#meat form input
{
	color:#333;
	background-color: #42a4be;
	padding:8px;
	font-size: 1.1em;
	border:0 none;
	border-radius: 4px;
	outline-style: none;

}
#meat form input:focus
{
	box-shadow: 0px 0px 24px rgba(66,164,190,.5);
	-webkit-box-shadow: 0px 0px 24px rgba(66,164,190,.5);
	-moz-box-shadow:0px 0px 24px rgba(66,164,190,.5);
	-opera-box-shadow:  0px 0px 24px rgba(66,164,190,.5);
	-khtml-box-shadow:  0px 0px 24px rgba(66,164,190,.5);

}
#meat form label
{
	display: inline-block;
	min-width: 75px;
	text-align: left;
	padding-right:6px;

}
#meat form#createUser label, #meat form#resetPassword label
{
	min-width:125px;
}
#meat form div#buttons
{
	text-align:center;
}
#meat form input[type="checkbox"]:focus
{
	box-shadow: 0px 0px 24px rgba(66,164,190,.5);
	-webkit-box-shadow: 0px 0px 24px rgba(66,164,190,.5);
	-moz-box-shadow:0px 0px 24px rgba(66,164,190,.5);
	-opera-box-shadow:  0px 0px 24px rgba(66,164,190,.5);
	-khtml-box-shadow:  0px 0px 24px rgba(66,164,190,.5);
	border: 2px solid rgba(66,164,190,.5);
	outline-style: solid 2px rgba(66,164,190,.5);

}

#meat form input[type="submit"]
{
	
	/*text-shadow:0px 0px 3px rgba(0255,255,255,.5);*/
	border-radius:4px;

	background-image: 	-webkit-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,0.4)); /* Chrome 10+, Saf5.1+ */
	background-image: 	-webkit-gradient(linear, left top, left bottom, from(rgba(10,10,10,0)), to(rgba(10,10,10,.4))); /* Saf4+, Chrome */
	background-image:   -moz-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* FF3.6+ */
	background-image:   -ms-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* IE10 */
	background-image:   -o-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* Opera 11.10+ */
	background-image:   linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* W3C */
}


#meat form #fieldwrapper input[type="submit"]
{
	
	/*text-shadow:0px 0px 3px rgba(0255,255,255,.5);*/
	border-top-left-radius: 0px;
	border-bottom-left-radius:0px;

	border-top-right-radius: 4px;
	border-bottom-right-radius:4px;

	background-image: 	-webkit-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,0.4)); /* Chrome 10+, Saf5.1+ */
	background-image: 	-webkit-gradient(linear, left top, left bottom, from(rgba(10,10,10,0)), to(rgba(10,10,10,.4))); /* Saf4+, Chrome */
	background-image:   -moz-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* FF3.6+ */
	background-image:   -ms-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* IE10 */
	background-image:   -o-linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* Opera 11.10+ */
	background-image:   linear-gradient(top, rgba(10,10,10,0), rgba(10,10,10,.4)); /* W3C */
}

footer
{
	clear:both;
	margin: 0 auto;
	width:600px;
	text-align: center;
margin-top: 36px;
font-size: .8em;
margin-bottom:36px;
	
}
footer #links a
{
	line-height:1.2em;
	text-decoration: none;
	color: #e1e1e1;
	font-weight: bold;
}