@import url(http://www.testwebben.se/432/5483.css);

/* FORMULÄR ---------------- */

form 
{
	margin: 1em 0em 0em 0em;
}

textarea,
input 
{
	padding: 0 0.2em;
}

select,
input,
textarea,
button 
{
	font-size: inherit;
	font-size: 100%;
}

textarea 
{
	height: 6em;
}

button 
{
	line-height: 1.1em;
	padding-top: 0.05em;
}

/* EXTERN SIDA */

form fieldset 
{
	position: relative;
	display: block;
	background-color: #E1E1E1;
	border: 1px #717171 solid;
	padding: 0 0.5em 0.5em 0.5em;
	margin: 1.5em 0 0.5em 0;
	padding: 0 0 2em 1em;
	width: 60%;
}

form fieldset legend 
{
	background-color: #717171;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.1em;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
	position: relative;
	top: -12px;
}

label,
form p 
{
	display: block;
	font-size: 0.8em;
	margin: 0.7em 0 0 0;
	line-height: 1.4;
}

input,
textarea 
{
	width: 90%;
}

input.submit_btn
{
	width: auto;
}

.inline label,
.inline input 
{
	width: auto;
	display: inline;
	margin-right: 0.6em;
	white-space: nowrap;
}
div.inline
{
	margin-top: 0.5em;
}

.txt input
{
	width: 25%;
}

.txt label
{
	display: block;
}

span.obligatorisk 
{
	color: red
}

}
