@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

form {
	float: left;
	width: 100%;
}
form label,
form .label {
	position: relative;
	float: left;
	width: 85%;
	margin-bottom: 10px;
	padding-right:5px;
}
input[type="text"],
input[type="password"],
select,
textarea {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 26px;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
	-webkit-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	   -moz-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	    -ms-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	     -o-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	        box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	color: #2f3032;
	border-color: #8bcdfb;
	border-top-color: #78b5e0;
	background-color: #faffff;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	    -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	     -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
}
form input.error,
form select.error,
form textarea.error {
	color: #2f3032;
	border-color: #f00;
	background-color: #FFFAFA;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	    -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	     -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
}
textarea {
	height: 100px;
}
form button {
	float: right;
	min-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
form button span {
	display: block;
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding: 0px 20px;
	background-color: #1471A2;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
form button:hover span {
	background-color: #0d5276;
}
form button[disabled] span {
	cursor: default;
	background-color: #7c736c !important;
}
.placeholder {
	position: absolute;
	top: 10px;
	left: 11px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #777;
	cursor: text;
	text-decoration: none !important;
}
textarea + .placeholder {
	top: 9px;
}
.placeholder.aktif {
	color: #969696;
}
form .not {
	float: left;
	font-size: 12px;
	color: #969696;
}
form select {
	color: #777;
}



form .file {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 10px;
	padding: 0;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: 400;
	color: #A9A9A9;
	background: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
	-webkit-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	   -moz-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	    -ms-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	     -o-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	        box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
}
form .file s {
	float: right;
	width: 30%;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #626b77;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
form .file span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 70%;
	padding-left: 10px;
}
form .file input {
	display: none;
}



.container {
	max-width:400px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:10px 0;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
