*{
    color:white;
    font-family:Lucida Grande, Arial, sans-serif;
    font-size:10pt;
}
html,body{
    margin:0px; 
    padding:0px;
    background-color:#272727;
    height:100%;
    width:100%;
}
body{
    text-align:center;
    display:table;
}
body > div{
	display:table-row;
}
#header{
	height:10px;
	padding-top:50px;
}
#content{
}
#content > div{
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}
#footer{
	height:50px;
	vertical-align:top;
}
blockquote{
    text-align:left;
}
input[type="text"], textarea{
    border:1px solid #cccccc;
}
hr{
    margin:50px 200px 10px 200px;
}
h1{
    font-weight:bold; 
    font-size:13pt;
}
h3{
    font-weight:bold; 
    font-size:11pt;
}
h3[id]{
    padding-top:80px;
}
h4, h4 *{
    font-weight:bold; 
    font-size:10pt;
}
dt {
	margin-top:10px;
	font-weight:bold;
}
.input {
	background-color:inherit;
}
.submit, option, select, button {
	/*background-color:red;*/
	color:black !important;
}
#logo {
    width:100px; 
    padding-top:50px;
}

#video {
    width:300px; 
}
#responses>div {
	font-style: italic;
	display:none;
}
