@charset "utf-8";
/* CSS Document */

form{
    background: #FFFFFF;
    padding: 1%;
    width: 90%;
    border: 1px solid #000000;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	background-image:url(img/formbg.jpg);
	background-repeat:repeat-x;
}

.simple{
	margin-top:1em;
	margin-bottom:1em;
	border-bottom:1px dotted #CCC;
}


.warn{
	margin-top:1em;
	margin-bottom:1em;
	border-bottom:1px dotted #CCC;
	background-image:url(images/star.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.conditionWarning{
	display:block;
	font-size:x-small;
	color:#660000;
}


label{
	width:30%;
	float: left;
	text-align: right;
	margin: 5px 5px 5px 0;
	display: block;
}

input,textarea{
    color: #000000;
    border: 1px solid #CCC;
    padding-right: 5px;
    padding-left: 5px;
	margin: 5px 0 5px 0;
	background-image:url(img/active.gif); 
}

input:focus,textarea:focus{
    color: #000000;
    border: 1px solid #333;
    padding-right: 5px;
    padding-left: 5px;
	margin: 5px 0 5px 0;
	background-image:url(img/active.gif); 
}


.clearBothF{
	clear:both;
}

form.cleanForm{
	background:trasparent;
	border:none;
	float:none;
	display:inline;
	margin:none;
	background-image:url(img/bgSay.jpg);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 24px;
	
}

form.cleanForm input{
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:none;
	background-image:none;
	font-size:large;
	color:#666666;
	margin-bottom:30px;
	
}
