form {
	padding:0px;
	margin:0px;
	}
	
table.formData {
	margin:0px;
	padding:0px;
	}
	
table.formData span {
	color:#ff0000;
	}
	
table.formData th{
	background-color:#ECECEC;
	color:#000000;
	font-family:Verdana;
	font-size:0.65em;
	border-bottom:4px solid #ffffff;
	border-right:4px solid #ffffff;
	padding:4px 0px 4px 5px;
	height:6px;
	margin:0px;
	text-align:left;
	vertical-align:top;
	}
	
table.formData td{
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana;
	font-size:0.65em;
	border-bottom:4px solid #ffffff;
	padding:0px 0px 0px 0px;
	height:14px;
	}
	
table.showData thead th{
	background-color:#A0A0A0;
	color:#ffffff;
	font-family:Verdana;
	font-size:0.65em;
	border-bottom:4px solid #ffffff;
	border-right:4px solid #ffffff;
	padding:4px 0px 4px 5px;
	height:6px;
	margin:0px;
	vertical-align:top;
	}
	
table.showData thead td{
	background-color:#A0A0A0;
	color:#ffffff;
	font-family:Verdana;
	font-size:0.65em;
	border-bottom:4px solid #ffffff;
	border-right:4px solid #ffffff;
	padding:4px 0px 4px 5px;
	height:6px;
	margin:0px;
	vertical-align:top;
	}
	
table.showData tbody th{
	background-color:#ECECEC;
	color:#000000;
	font-family:Verdana;
	font-size:0.65em;
	border-bottom:4px solid #ffffff;
	border-right:4px solid #ffffff;
	padding:4px 0px 4px 5px;
	height:6px;
	margin:0px;
	text-align:left;
	vertical-align:top;
	}
	
table.showData tbody td{
	background-color:#ECECEC;
	color:#000000;
	font-family:Verdana;
	font-size:0.65em;
	border-bottom:4px solid #ffffff;
	border-right:4px solid #ffffff;
	padding:4px 0px 4px 5px;
	height:6px;
	margin:0px;
	text-align:left;
	vertical-align:top;
	}

	
input {
	padding:3px 0px 2px 3px;
	background-color:#DFDFDF;
	border:1px solid #DFDFDF;
	height:14px;
	color:#000000;
	font-size:1em;
	}

.inputError {
    color: #FE480B;
    }

textarea {
	padding:3px 0px 2px 3px;
	background-color:#DFDFDF;
	border:1px solid #DFDFDF;
	height:140px;
	color:#000000;
	font-size:1em;
	}
	

.little {
	width:20px;
	}
	
.middle {
	width:50px;
	}

.medium {
	width:35px;
	}
	
.semibig {
	width:135px;
	}		
	
.big {
	width:157px;
	}
	
.submitButton {
	width:190px;
	height:26px;
	padding:0px;	
	}