form {
	margin: 15px 0;
	width: 430px;
	max-width: 100%;
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
 color:    #000;
font-weight: 400;
opacity: 0.7;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #000;
font-weight: 400;
opacity: 0.7;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #000;
font-weight: 400;
opacity: 0.7;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #000;
font-weight: 400;
opacity: 0.7;
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* skjema */
.skjema input[type="text"], .skjema input[type="email"], .skjema textarea {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	width: 100%;
	border: solid 1px #ccc;
	background-color: #eee;
	padding: 10px 15px;
	margin-bottom: 15px;
	font-size: 14px;
}
.skjema input[type="text"]:focus, .skjema input[type="email"]:focus, .skjema textarea:focus {
	border: solid 1px #aaa;
	background-color: #fff;
}
.skjema textarea {
	height: 150px;
}
.skjema input[type="submit"] {
	-webkit-appearance: none;
	width: 100%;
	background-color: #B5C92F;
	color: #000;
	font-size: 1.4em;
	border: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
	transition: color .3s, background-color .3s;
}
.skjema input[type="submit"]:hover {
	background-color: #555;
	color: #B5C92F;
}
/* error messages */
.fb_invalid input, .fb_invalid textarea {
	box-shadow: 0 0 10px red;
}
.error_message {
	width: 100%;
	margin: 15px 0;
	border: solid 1px red !important;
	background-color: #FFBABA;
	font-size: 0.8em;
	color: #D8000C;
}
.error_message ul {
	margin: 0 0 0 15px;
	padding: 10px;
}
.error_message li {
}

/* Stylesheet: Skjema Modified On 2014-01-22 11:55:20 */
