* {
margin: 0;
padding: 0;
}


/* reset some global params */
BODY, HTML {
	font-family: sans-serif;
	font-size: 100.1%;
	height: 100%;
	background: black;
	color: white;
}

/* define content background color here */
#container {
	background: black;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}

* html #wrapper {
	height: 100%;
}


#header, #footer {
	background: #888888;
}

#header {
	padding: 10px 2% 0px 10px;
	text-align: right;
}

#header SPAN {
	color: black;
	font-size: 4em;
	font-weight: bold;
}

#header	 a {
	color: black;
	text-decoration: none;
}

/* put footer specific stuff here */
#footer {
	bottom: 0;
	font-size: 1.5em;
	padding: 10px 0 10px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer SPAN A {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

/* content area padding to find a nice place for the input field  */
#main {
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 5%;
	padding-bottom: 10%;
}

/* element styles for input field */
#main input {
	font-size: 1.2em;
	margin: 3px;
}

#main textarea{
	font-family: sans-serif;
	font-size: 1.2em;
}

#main input.button{
	border-color:white black black white;
	border-style:solid;
	border-width:1px;
	background-color: orange;
	padding: 1px;
	color: black;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main input.button:hover {
	color: white;
}

#URL{
	display:none!important;
}

#main a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#main p{
	padding-left: 1em;
	padding-top: 1em;
}

#main h1{
	padding-top: 1em;
}

#main h2{
	padding-top: 1em;
}

.plainlist {
	list-style-type:none;
	margin-left:1em;
	margin-top:0.5em;
}

.yaturllist {
	margin-top: 0.5em;
	margin-left:2.5em;
}

.warning {
	color: red;
	font-weight: bold;
}

