/*
Concycle - Form-Sheet

Stylesheet-Link:
<link rel="stylesheet" type="text/css" href="styles/form.css">

Important Info (e.g. colors):
Blue #0070B4
Green #47B559
Grey #FBFEFC
*/
body{
	overflow: hidden;
	}
/*BG-Image*/
#navi{
	background-image: url(../img/striplight.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
/*Text*/
dfn{
	font-style: normal;
	font-size: 0.75em;
	}
/*Form*/
#formwrapper{
	position: absolute;
	top: 0;
	margin-top: 115px;
	right: 0;
	width: 96%;
	height: 73%;
	overflow: auto;
	z-index: 500;
	}
form{
	font-family: arial, sans-serif;
	text-align: left;
	}
fieldset{
	width: 40%;
	display: block;
	font-size: 13px;
	border: 0;
	color: #0070B4;
	background-color: transparent;
	}
fieldset.product{
	width: 80%;
	margin-bottom: 15px;
	background-image: url(../img/form1.gif);
	background-position: 100px 100%;
	background-repeat: no-repeat;
	}
fieldset.contact{
	float: left;
	background-image: url(../img/form2.gif);
	background-position: 100px 100%;
	background-repeat: no-repeat;}
fieldset.messagetyp{
	margin-left: 25px;
	float: left;
	background-image: url(../img/form3.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;}
fieldset.buttons{
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	}
fieldset.confidential{
	clear: both;
	width: auto;
	margin-top: 15px;
	font-size: 75%;
	}
* html fieldset{
	padding: 5px;
	}
legend{
	border: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #0070B4;
	background: transparent;
	}
.contact legend, .messagetyp legend, .confidential legend{
	font-size: 14px;
	}
label, p{
	margin: 5px 2px;
	}
.product label{
	display: block;
	width: 200px;
	float: left;
	}
.contact label{
	display: block;
	width: 200px;
	float: left;
	}
.confidential label{
	display: block;
	width: 200px;
	float: left;
	}
input,textarea{
	margin: 3px 0;
	border-top: 0;
	border-right: 0;
	border-left: 1px solid #47B559;
	border-bottom: 1px solid #47B559;
	background: white;
	padding: 3px 3px;
	}
fieldset.messagetyp input{
	border: 0;
	margin: 3px 5px;
	}
input#submit{
	margin: 3px 0;
	border: 0;
	color: #FFFFFF;
	background: #47B559;
	padding: 3px 3px;
	font-weight: bold;
	cursor: pointer;
	}
input:active#submit, input:focus#submit, input:hover#submit{
	margin: 3px 0;
	border: 0;
	color: #FFFFFF;
	background: #0070B4;
	padding: 3px 3px;
	}
input#reset{
	margin: 3px 0;
	border: 0;
	color: #0070B4;
	background: #E8F1F6;
	padding: 3px 3px;
	cursor: pointer;
	}
input:active#reset, input:focus#reset, input:hover#reset{
	margin: 3px 0;
	border: 0;
	color: #FFFFFF;
	background: #0070B4;
	padding: 3px 3px;
	}
input:active, input:focus, input:hover{
	background: #ECF7EE;
	}
.buttons{
	text-align: center;
	}