@import url(http://www.testwebben.se/1083/4680.css);

h1, table
{
	color: white;
}

h1
{
	margin-top: 2em;
}

#main
{
    background-image: url(http://www.testwebben.se/1083/Images/bg_kontakt.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 409px;
}

/* KONTAKTFORMULÄR --------- */

#mContactForm input,
#mContactForm textarea
{
	color: black;
}

#mContactForm input,
#mContactForm textarea
{
	width: 250px;
	margin: 0em;
}

/* 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: 12em;
}

button 
{
	line-height: 1.1em;
	padding-top: 0.05em;
}

input,
textarea
{
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity=70);
border: 1px solid silver;
}

