@charset "utf-8";
/* CSS Document */



    
	* { margin: 0; padding: 0; }
	a { text-decoration: none; }
	.container{margin: 20px auto; width: 900px; background: #fff;}
	h3 { margin-bottom: 15px; font-size: 22px; text-shadow: 2px 2px 2px #ccc; }
	
	#contactform {
	width: 100%;
	padding: 20px;
	overflow:auto;
	border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
	box-shadow: 2px 2px 2px #cccccc;
	background-color: #FFF;
	
	}
	
	.field{
	margin-bottom:7px;
	height: 30px;
}
	
	label {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #ccc;
	display: block;
	float: left;
	font-weight: normal;
	margin-right:5px;
	text-align: right;
	width: 125px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	}
	
	.input{
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #b9bdc1;
	width: 280px;
	color: #797979;
	margin-top: 5px;
	margin-bottom: 8px;
	}
	
	
	.inputselected{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 5px;
	border: 1px solid #b9bdc1;
	width: 280px;
	color: #39F;
	font-weight: bold;
	}
	.input:focus{
	background-color:#E7E8E7;	
	}
	
	.textarea {
	height:150px;	
	}
	
	.hint{
	display:none;
	}
	
	.field:hover .hint {
	position: absolute;
	display: block;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	}
	
	.button{
	font-weight: bold;
	line-height: 1;
	cursor:pointer;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	/* Background gradient */
	background: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
	/* Border style */
  	border: 1px solid #5c6f91;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	font-size: 24px;
	
	}
	
	.button:hover {
	background: #848FB2;
    cursor: pointer;
	}
   
  .button2{
	font-weight: bold;
	line-height: 1;
	cursor:pointer;
	color: #fff !important;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	/* Background gradient */
	background: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
	/* Border style */
  	border: 1px solid #5c6f91;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	font-size: 24px;
	width: 25%;
	}
	
	.button2:hover {
	background: #848FB2;
    cursor: pointer;
	} 
   .productmaterial{
	font-weight: normal;
	line-height: 1;
	cursor:pointer;
	color: #FFF;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	/* Border style */
  	border: 1px solid #5c6f91;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	font-size: 24px;
	background-color: #39F;
	}
	
	.productmaterial:hover {
	cursor: pointer;
	background-color: #39F;
	color: #F96;
	}
 
