﻿/*
	Description: amund.se
	URI: 
	Version: 1.0
	Author: Niklas Hultgren
	Author URI: http://www.litchi.se
*/

.form { 
	margin-bottom:.4em;
	margin-top:1.5em;
	padding:0 .7em .7em .7em;
	border:solid 1px #e5e5e5;
}
p{
    padding:14px 0 0 0;
}

.form label { 
	display:block;
	padding:.5em 0 .1em 0;
}
input,
textarea,
select { 
	border-top:0;
	border-left:0;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	font-family: arial,helvetica,sans-serif;
	color:#3e3e3e;
}
select { 
	padding:3px;
}
.form input,
.form textarea  { 
	padding:.25em .4em;
	width:45%;
}
.form textarea { width:97.5%; }
#content .wide .form textarea { width:63%; }

.form fieldset { 
	margin:1em 0 .5em 0; 
	padding:.7em;
	border:solid 1px #ccc;
}
.form fieldset label { display:inline; }
.form fieldset input {
	width:auto;
	margin-right:.3em;
	background:none;
	vertical-align:middle;
	padding:0;
	margin-bottom:.35em;
	border:0;
}

.form .buttons input,
.form .button { 
	margin:.5em .5em 0 0;
	width:auto;
}
.form .buttons input,
.button {
	background:#ffd500;
	border:0;
	font-weight:600;
	color:#333;
	padding:.2em .25em .25em .25em;
}

