
/* CSS Document */
body {
    margin: 0;
	font-family: tahoma;
	font-size: 11px;
	color: #7d7d7d;  
}
h2 { 
	font-size: 11px;
	color: #7d7d7d;
	font-weight: normal; 
	text-align: center; 
} 

h1 { 
    margin: 0 0 17px 0; 
	color: #ec5000;
	font-weight: normal;
	font-size: 25px; 
} 
.under_h1 {
    color: #3a3a3a;
	font-size:17px; 

} 
p { 
    margin: 0 0 13px 0;
	line-height: 1.3em; 
	letter-spacing: 1px; 
} 
a {
    color: #ef5f00; 
    text-decoration: underline; 
} 
a:hover {
    color: #ef5f00; 
	text-decoration: none; 
} 
#header_logo { 
    margin: 0 0 0 117px;
	color: #303030;
	font-size: 35px; 
} 

/* footer */

.footer { 
    letter-spacing: 1px; 
} 
.footer a{
    color: #7d7d7d; 
	text-decoration: none; 
} 
.footer a:hover{
    color: 7d7d7d; 
	text-decoration: underline; 
}

ul { 
    letter-spacing: 1px; 
} 
li { 
    margin-bottom: 5px; 
} 

img#rapidstatscounter { 
    display: none; 
}



/*Forms defaults*/
input, textarea {
	font-family:tahoma;
	font-size:11px;
	color:#7d7d7d;
	letter-spacing: 1px; 
}
label {
	color:#7d7d7d;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#7d7d7d;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
} 





