.input {
    border: 0px solid #672F0E;
    background: #ffffff;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5) inset, 0px 0px 1px 0px rgba(255, 255, 255, 0.5);
	padding: 8px;
	padding-left: 10px;	
	font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;	
	font-size: 11pt;
	color: #ffffff;
	cursor: auto;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
}

.input:hover {
   -webkit-box-shadow:0 10px 10px -8px #000000;
    -moz-box-shadow:0 10px 10px -8px #000000;
    box-shadow:0 10px 10px -8px #000000;   
    border: 0px solid #eeeeee;
    background: #eeeeee;
}

.message {
    border: 0px solid #ffffff;
    background: #ffffff;
	padding: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;	
	font-size: 11pt;
	color: #404040;
	cursor: auto;
	text-shadow: 1px 1px 0px #efefef; 		
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5) inset, 0px 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.message:hover {
   -webkit-box-shadow:0 10px 10px -8px #000000;
    -moz-box-shadow:0 10px 10px -8px #000000;
    box-shadow:0 10px 10px -8px #000000;   
    border: 0px solid #eeeeee;
    background: #eeeeee;
}

.botton {
	font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;	
	font-size: 11pt;
	padding: 8px 40px;	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	color: #efefef;	
   background: #C25219 url('images/nav.png') scroll;
   background: linear-gradient(top, rgba(228, 106, 45, 0.18) 0, rgba(147, 62, 19, 0.09) 100%) no-repeat, url('images/nav.png'), linear-gradient(top, #E25F1D 0, #A24415 100%) no-repeat;
   background: -webkit-linear-gradient(top, rgba(228, 106, 45, 0.18) 0, rgba(147, 62, 19, 0.09) 100%) no-repeat, url('images/nav.png'), -webkit-linear-gradient(top, #E25F1D 0, #A24415 100%) no-repeat;
   background: -moz-linear-gradient(top, rgba(228, 106, 45, 0.18) 0, rgba(147, 62, 19, 0.09) 100%) no-repeat, url('images/nav.png'), -moz-linear-gradient(top, #E25F1D 0, #A24415 100%) no-repeat;
   background: -o-linear-gradient(top, rgba(228, 106, 45, 0.18) 0, rgba(147, 62, 19, 0.09) 100%) no-repeat, url('images/nav.png'), -o-linear-gradient(top, #E25F1D 0, #A24415 100%) no-repeat;
   background: -ms-linear-gradient(top, rgba(228, 106, 45, 0.18) 0, rgba(147, 62, 19, 0.09) 100%) no-repeat, url('images/nav.png'), -ms-linear-gradient(top, #E25F1D 0, #A24415 100%) no-repeat;
   background: linear-gradient(top, rgba(228, 106, 45, 0.18) 0, rgba(147, 62, 19, 0.09) 100%) no-repeat, url('images/nav.png'), linear-gradient(top, #E25F1D 0, #A24415 100%) no-repeat;
   -svg-background: linear-gradient(top, rgba(228, 106, 45, 0.18) 0, rgba(147, 62, 19, 0.09) 100%) no-repeat, url('images/nav.png'), linear-gradient(top, #E25F1D 0, #A24415 100%) no-repeat;
   	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.6);
	box-shadow: 0 0 6px rgba(0,0,0,0.6); 
    border:0px solid #3D91D6;	 
	-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;	
		box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
.botton:hover {
	color: #000000;
     border: 0px solid #404040;
   background: #C25219 url('images/nav.png') scroll;
}
