@CHARSET "ISO-8859-1";

#leftContent input {
	
	margin-bottom: 5px;
	height: 14px;
	padding: 2px;
	font-size: 11px;
	border: 1px #ccc solid;
	width: 140px;
	
}	
#leftContent textarea {
	width: 257px;
	height: 50px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 11px;
	border: none;
}
#leftContent select {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: auto;
	margin-bottom: 5px;
	border: none;
}	
#leftContent p {
	clear: both;
}	
.hint {
    position: absolute;
    display: none;
    width: 200px;
    padding: 4px 4px 4px 25px;
    background: #fff29c url('../images/infoYellowBgSmall.jpg') no-repeat 4px 5px;
    border: 1px #a79100 solid;
    margin: -5px 0 0 4px;
	color: #423900;
	z-index: 20;
}
.hint .hintpointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 12px;
    height: 19px;
    background: url('../images/formTipPointer.gif') no-repeat;
}


#errorArea {
	border: 2px #d92e2e solid;
	padding: 10px;
	margin-bottom: 10px;
	width: auto;
	background-color: #fff;
	font-size: 11px;
	}	
#errorArea h3 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	background-image: url('../images/error.gif'); 
	background-repeat: no-repeat;
	height: 26px;
	padding: 4px 0px 0px 30px;
	color: #d92e2e;
}
#errorArea p {
	margin: 0px;
	padding: 0px;
	color: #d92e2e;
	}

#okArea {
	border: 2px #34af2b solid;
	padding: 10px;
	margin-bottom: 10px;
	width: auto;
	background-color: #fff;
	font-size: 11px;
	}	
#okArea h3 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	background-image: url('../images/ok.gif'); 
	background-repeat: no-repeat;
	height: 26px;
	padding: 4px 0px 0px 30px;
	color: #34af2b;
	
}
#okArea p {
	margin: 0px;
	padding: 0px;
	color: #34af2b;
	}

input.submitbutton {
	height: 50px;
	width: auto;
}	
