/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */
.wpcf7 textarea {height: 150px;}

#search-field {
	margin-right: 1.5em; 
	margin-bottom: 1.5em;
	background: url(../img/search-field.gif) no-repeat;
	position: relative;
	height: 40px;
	}
	
#help {
	margin-right: 0em;
	margin-top: 1.5em;
	border: 0px solid black;
}

.blog-search {
	height:  15px;
	position: absolute;
	left: 35px;
	top:  9px;
	border: 0px solid;
	width: 90px;
	background: transparent;
	color: #666;
	}
		
#search-submit { 
	position: absolute;
	right: 0px;
	top:  5px;
	border: 0;
	padding: 5px 3px;
	background: url(../img/search-submit.gif) no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	}
	
input.title   {  padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

	
/* Form for the banner */
.telefon input, .file-906 file { width: 150px;}
#banner-form { position: relative; height: 75px; margin-top: -10px}
.phone-form { position: absolute; left: 10px; top: 15px; width: 150px;}
.upload-form { position: absolute; left: 180px; top: 15px; width: 100px;}

#vilkor {position: absolute; left: 30px; bottom:  5px;}
#accept-button {position: absolute; left: 5px; bottom:  5px;}

#banner-submit { 
	position: absolute;
	left:  245px;
	bottom:  5px;
	}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 1px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
