/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	background-color: #000000;	
	margin: 3px;
	font-size: 10pt;
	text-align:center;
	}
	
HR {
   display: none;
   }
   
.microtitle {
   display: none;
   }

#container {
margin-top: -70px;
margin-left: 10px;

}


#container table{
margin-top: 0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12pt;
color: #ffffff;
text-decoration:none;

}

form#form1 {
    height: 710px;
}

.newslettertext {
 display: none;
 font-size: 10pt;
}

.additional {
margin: 15px 0px;
}
   

input {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #000000;
text-decoration:none;
height: 30px;
width: 310px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
border-radius: 3px;
}

input#house_id, input#accept {
    height: 15px;
    width: 15px
}


textarea:focus, input:focus {
border: 1px solid #09C;
}


a {
color: #ffffff;
}

.outertable {
width: 500px;
}

.birthday select, .anniversary select {
background: #cccccc;
width: 100px;
padding: 5px;
font-size: 16px;
/* line-height: 1; */
border: 0;
border-radius: 0;
/* height: 34px; */
-webkit-appearance: none;
}

input#submit1 {width: 100px;display: block;background: #333333;color: #fff;font-family: Tahoma, Geneva, sans-serif;height: 30px;font-size: 16px;text-transform: uppercase;border: 1px solid #999;margin: 10px 0px;}
input.button:hover {background:#222222;color:#fff;}