/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

#frontpage img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#frontpage img:hover
{
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}

#contactbutton {
	color: #000;
	width: 150px;
	height: 150px;
	background-image: url('http://www.lafevers.net/images/contactbg.png');
	margin-bottom: -100px;
	margin-top: -15px;
	z-index: 9999;
}

#contactbutton:hover {
	background-image: url('http://www.lafevers.net/images/contactbg2.png'); 
	width: 150px;
	height: 150px;
	
}

#closebutton {
	color: #000;
	width: 40px;
	height: 51px;
	background-image: url('http://www.lafevers.net/images/close.png');
	margin-top: 10px;
	margin-bottom: -20px;	
	margin-right: 20px;
}

#closebutton:hover {
	background-image: url('http://www.lafevers.net/images/close2.png'); 
	
}
#contactblock {
	background-color: #373434; 
	padding: 20px; 
	margin-top: -10px; 
	margin-right: 20px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	float: left;
	width: 900px;
	background-image: url('http://www.lafevers.net/images/contactbg.jpg');
}

#contactleft {
	width: 400px;
	
	float: left;
	margin-left: 25px;
	
	
}

#contactstuff {
	width: 400px;
	
	float: right;
	margin-right: 25px;
	
}

#contactblock fieldset
            {
            	padding:30px;
            	border:none;
            }      
            #contactblock label
            {
            	display:block;
            	color:#E7C81C;
            }      
			
			 
            #contactblock input[type=text]
            {
            	display:block;
            	border:solid 0px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            	height:24px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		-khtml-border-radius: 5px; 
		border-radius: 5px;
            }  
            #contactblock textarea
            {
            	display:block;
            	border:solid 0px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		-khtml-border-radius: 5px; 
		border-radius: 5px;

            }  
            #contactblock input[type=submit]
            {
            	background:url('http://www.lafevers.net/images/send.png') no-repeat;
    		width: 57px;
    		height: 20px;
    		border: none;
    		float: right;
            	color:transparent;
            	
            }              
	
	#messageSent
            {
            	color:#ff9933;
            	display:none;
            }

.myButton {
    background:url('http://www.lafevers.net/images/send.png') no-repeat;
    cursor:pointer;
    width: 57px;
    height: 20px;
    border: none;
    float: right;
}

.myButton:hover {
    background:url('http://www.lafevers.net/images/send2.png') no-repeat;
    
}