/* 
Start: 21.06.2007
www.vanplast.it
*/
/* Reset all */

*{	padding: 0;
	margin: 0;
	/*border: 0;*/
	}   

fieldset{
 padding: 10px;
 border-style: solid;    
}

/* Allgemeines */
/*---------------------FORM STYLE--------------------------------*/

#FormBig {
	clear: both;
	border: 10px solid #ebebeb;
	background-color: #fff;
	color: #3F204A;
	background-image: url(../img/gradien.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 20px 0 0 0px;
	padding: 20px 20px 20px 20px;
	}

#FormBig select{
    width: 250px;
	}
	
#FormBig input.send {
	width: 180px;
}

#FormSmall {
	padding: 6px;
	clear: both;
	margin: 20px 0 20px 0;
	padding: 5px 8px;
	background: #f6f6f6;
	border: 5px solid #ebebeb;
	color: #451658;
}

#FormSmall select{
    width: 150px;
	}

#FormSmall input.sendsmall  {
	width: 120px;
}


#FormSmall h3 {
	color: #000;
	border-top: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 7px 0 0 0;
}


#comment-form input, #comment-form textarea, #conttp-form input, #conttp-form textarea {
	width: 400px;
}

input, textarea, select {
	/*padding: 0.5em;*/
	border: 3px solid #B7C0D3;
	/*margin: 0.5em 0;*/
}

input:hover, textarea:hover {
	border: 3px solid #111;
}
 
.send {
	color: #111;
	border: 3px solid #8595B9;
	margin: 0 0 0 2px;
	font-size: 1em;
	font-weight: bold;
	text-align: center !important;
	background-color: #fff;
	background-image: url(../img/gradien.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#comment-form input.check , #FormBig input.check {
	width: 20px;
	display: inline;
	margin: 0;
	padding: 0;
}

#search-extended input.check {
	width: 20px;
	display: inline;
	padding: 20px;
}

#FormSmall input {
	width:75px;
	margin: 3px 5px 0 0;
}

#FormSmall input.send {
	width:45px;
	text-align: center !important;
}


