.contact ul {
	margin-top:30px;	
	margin-left:75px;	
}

.contact ul li {
	/*float: left;*/
}

.contact h2 {
    text-decoration: none;
	margin-top:10px;
	margin-left:35px;	
   font-size: 15px;
   font-weight: normal;
   font-style: normal;
   font-family: Oswald, 'Arial Unicode MS', Helvetica, Sans-Serif;	
}

.contact ul li p {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
   position: absolute;   
   font-size: 14px;
   color: rgb(242,104,0);
   font-weight: bold;
   font-style: normal;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   background: #ffffff url('images/blockbullets.png') 7px 8px no-repeat scroll;
   padding:3px;
   padding-left:20px;
   padding-right:10px;   
   text-align: left;
   z-index: 1;
	margin-left:10px;
	margin-top:0px;   
}
.contact b {
	color:#000000;
}

input {
  -webkit-appearance: none;
	background: #ffffff;
    border: 2px solid #F89543;
    color: #000000;
	padding: 8px 0px;
	padding-left:5px;
	margin-top:10px;
	font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;		
	font-size: 11pt;
	text-shadow: 0 1px -1px rgba(0,0,0,0.25);
	cursor: auto;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	-ms-transition: all 0.3s linear; 
	transition: all 0.3s linear; 	
}

input:hover {
    border: 2px solid #F89543;
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	-ms-transition: all 0.3s linear; 
	transition: all 0.3s linear; 	
    -webkit-box-shadow:0 5px 5px -5px #262626;
    -moz-box-shadow:0 5px 5px -5px #262626;
    box-shadow:0 5px 5px -5px #262626; 
}


textarea {
   width:800px;
   height: 200px;
    border: 2px solid #F89543;
	margin-top:10px;
	padding-left: 8px;
	padding-top: 8px;	
    color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;	
	font-size: 11pt;
	text-shadow: 0 1px -1px rgba(0,0,0,0.25);
	cursor: auto;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	-ms-transition: all 0.3s linear; 
	transition: all 0.3s linear; 		
}

textarea:hover {
    border: 2px solid #F89543;
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	-ms-transition: all 0.3s linear; 
	transition: all 0.3s linear; 	
    -webkit-box-shadow:0 6px 6px -6px #262626;
    -moz-box-shadow:0 6px 6px -6px #262626;
    box-shadow:0 6px 6px -6px #262626;  
}

.button {
	margin-left:50%;
}

.button input {
	margin-top:10px;
	font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;	
	font-size: 11pt;
	color: #ffffff;
	padding: 8px 35px;	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
    border: 0px solid #F89543;	
    -webkit-box-shadow:0 6px 6px -6px #262626;
    -moz-box-shadow:0 6px 6px -6px #262626;
    box-shadow:0 6px 6px -6px #262626;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;		
	background: rgb(255,183,107); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,183,107,1) 0%, rgba(255,183,107,1) 5%, rgba(255,124,0,1) 91%, rgba(255,127,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(5%,rgba(255,183,107,1)), color-stop(91%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,183,107,1) 5%,rgba(255,124,0,1) 91%,rgba(255,127,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,183,107,1) 5%,rgba(255,124,0,1) 91%,rgba(255,127,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,183,107,1) 5%,rgba(255,124,0,1) 91%,rgba(255,127,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,183,107,1) 0%,rgba(255,183,107,1) 5%,rgba(255,124,0,1) 91%,rgba(255,127,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
}

.button input:hover {
    color: #ffffff;
    border: 0px solid #ffffff;
	background: #F89543;
	cursor: pointer;
}
