@import url(http://www.testwebben.se/1011/4500.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: #f2f3f7;
	border: 1px #cfddea solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 0 0.5em 0.5em 0.5em;
	margin: 1.5em 0em ;
	padding: 0 0 2em 1em;
	width: 80%;
}

form fieldset legend 
{
	background-color: #f2f3f7;
	border: 1px #cfddea solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	color: #014681;
	font-weight: normal;
	font-size: 1.4em;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
	position: relative;
	top: -12px;
}

label,
form p 
{
	display: block;
	font-size: 0.9em;
	margin: 0.7em 0 0 0;
}

input,
textarea 
{
	width: 90%;
}

.inline label,
.inline input 
{
	width: auto;
	display: inline;
}

span.obligatorisk 
{
	color: red
}


