/*
Template Name: BusyBusiness
File: Forms CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

form, fieldset, legend{margin:0; padding:0; border:none; font-family:Skia, Verdana, Arial, Helvetica, sans-serif;}
legend{display:none;}
/*input, textarea, select{font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}*/

input[type=submit], input[type=bouton], input[type=reset] {
	background: #eeeeee;
	background: -moz-linear-gradient(#eeeeee, #cccccc);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cccccc),color-stop(1, #eeeeee));
	background: -webkit-linear-gradient(#eeeeee, #cccccc);
	background: -o-linear-gradient(#eeeeee, #cccccc);
	background: -ms-linear-gradient(#eeeeee, #cccccc);
	background: linear-gradient(#eeeeee, #cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	
    border: 1px solid #cccccc;
    /*box-shadow: 0 0 10px 2px #005A8E;*/
    color: #555555;
    cursor: pointer;
    font-weight: bold;
    margin: 5px 20px 10px 0;
    padding: 2px 10px;
	font-size:12px;
	font-family:Skia, Verdana, Arial, Helvetica, sans-serif;
}

input[type=text], input[type=password] {
    border: 1px solid #CCCCCC;
    color: #777777;
    font-size: 11px;
	padding: 4px 10px;
	font-family:Skia, Verdana, Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------Forms in Content Area-------------------------------------*/

#container #respond{display: block; width:100%;}

#container #respond input{width:170px; padding:2px; border:1px solid #CCCCCC; margin:5px 5px 0 0;}

#container #respond textarea{width:98%; border:1px solid #CCCCCC; padding:2px; overflow:auto;}
	
#container #respond p{margin:5px 0;}

#container #respond #submit, #container #respond #reset{
	margin:0;
	padding:5px;
	color:#666666;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	cursor:pointer;
	}

/* ----------------------------------------------Search Form-------------------------------------*/

#header input[type=text]{
	border: 1px solid #CCCCCC;
    color: #555555;
    font-size: 11px;
	padding: 4px 10px;
	}

#header input[type=submit]{
	width:auto;
	height:auto;
	margin:0;
	padding:2px;
	font-size: 11px;
	}

/* ----------------------------------------------Newsletter-------------------------------------*/

	
.tx-odsajaxmailsubscription-pi1 input[type=text]{
	border: 1px solid #CCCCCC;
    color: #777777;
    font-size: 11px;
	padding: 4px 10px;
	width:246px;
	}
	
.tx-odsajaxmailsubscription-pi1 input[type=submit] {
	width:268px;
	padding:3px;
	margin:5px 0;
	}
	
#homecontent .tx-odsajaxmailsubscription-pi1 img, #column .tx-odsajaxmailsubscription-pi1 img {
	border:none;
	}
