body {
	background: url(../Images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#99C935;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left:20px;
	margin-right:20px;
}

form, input, select, textarea {
	font-family: Tahoma, Geneva, sans-serif;
}

#Wrapper {
	width: 920px;
	background-color: #FFF;
	position: relative;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
}

#Header {
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
}

#Header img { padding-left:20px;}

#Quip {
	float:right;
	color:#fff;
	text-align:right;
	margin-top:35px;
	margin-right:10px;
	text-shadow: 1px 1px 5px #999;
}

#Quip .a {
	font-size:35px;
}

#Quip .b {
	font-size:20px;
}

h1,h2,h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;

}

h3 {
	color:#000;	
}

#Wrapper:before, #Wrapper:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

#Navigation {
	margin-top:10px;
	height:40px;
	background:#99C935;
	color:#FFF;
}

nav {
	float: left;
	text-align: right;
}

nav a {
	border: 1px solid transparent;
	color: #fff;
	display: inline-block;
	padding: 10px 16px;
	text-decoration: none !important;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background 0.1s linear,opacity 0.1s linear;
	-moz-transition: background 0.1s linear,opacity 0.1s linear;
	-ms-transition: background 0.1s linear,opacity 0.1s linear;
	-o-transition: background 0.1s linear,opacity 0.1s linear;
	transition: background 0.1s linear,opacity 0.1s linear;
	text-shadow: 1px 1px 2px #999;
	font-size:14px;
}

nav a:hover,
nav a:focus,
nav a.nav-selected 
{
	background:rgba(255,255,255,0.15);
	opacity:1;
	text-decoration:none
}

#AccountControl {
	float: right;
	text-align: right;
}

#AccountControl a {
	border: 1px solid transparent;
	color: #fff;
	display: inline-block;
	padding: 10px 16px;
	text-decoration: none !important;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background 0.1s linear,opacity 0.1s linear;
	-moz-transition: background 0.1s linear,opacity 0.1s linear;
	-ms-transition: background 0.1s linear,opacity 0.1s linear;
	-o-transition: background 0.1s linear,opacity 0.1s linear;
	transition: background 0.1s linear,opacity 0.1s linear;
	text-shadow: 1px 1px 2px #999;
	font-size:14px;
}

#AccountControl a:hover,
#AccountControl a:focus,
#AccountControl a.nav-selected 
{
	background:#f67d0f;
	background:rgba(255,255,255,0.15);
	opacity:1;
	text-decoration:none
}



#Content {
	margin:10px;
	padding-bottom:10px;
}

#Content a {
	color:#80BD00;
}

#Content a:hover {

}

#Footer {
	width: 900px;
	margin: 0px auto -1px auto;
	color:#FFF;
	text-align:right;
	padding-bottom: 30px;
}

.Error { color:#F00; text-align: center; }

.SurveyAdminWarning {
	border: 1px solid #C70505;
	padding: 5px 10px 5px 25px;
	background: #E55454;
	color: #fff;
}