#divError,
#divResp,
#divForm {
	margin :  0px 20px  0px  0px;
}

/* Rows & Cols */

.row {	
	clear : left;		
	position:relative;		
	width : 100%;	
	height: auto;
	margin : 0px 0px 0px 0px !important;
	padding: 5px 0px 0px 0px !important;
	/* border: 1px solid yellow; */
}
.row p {
	margin : 0px !important;
	padding: 0px !important;
	/* border: 1px solid red; */
}
.row input {
	margin : 0px !important;
	padding: 0px !important;
	/* border: 1px solid red; */
}
.row label {
	position: relative; top: -1px;
}

.column {
	float: left;
	position: relative;
	width: auto;
}
.fixedWidthColumn {	
	float: left;
	position: relative;
	width : 100px;
	margin : 2px 5px 0px 0px;
}
.fixedWidthColumn2 {	
	width: 200px;
	float:left;
	margin: 2px 5px 0px 0px;
	position:relative;	
}
.fixedWidthColumn3 {	
	width: 125px;
	float:left;
	margin: 2px 5px 0px 0px;
	position:relative;	
}
.fixedWidthColumn4 {	
	width: 175px;
	float:left;
	margin: 2px 5px 0px 0px;
	position:relative;	
}
.fixedWidthCol250 {	
	width: 250px;
	float:left;
	margin: 2px 5px 0px 0px;
	position:relative;	
}
.fixedWidthCol300 {	
	width: 300px;
	float:left;
	margin: 2px 5px 0px 0px;
	position:relative;	
}
.fixedWidthCol400 {	
	width: 425px;
	float:left;
	margin: 2px 5px 0px 0px;
	position:relative;	
}
.fixedWidthCol500 {	
	width: 500px;
	float:left;
	margin: 2px 5px 0px 0px;
	position:relative;	
}
.fixedWidthLbl075 {
	width: 75px;
	float: left;
	margin :  0px  0px  0px  0px;
	padding:  2px  0px  2px  0px;
}
.fixedWidthLbl125 {
	width: 125px;
	float: left;
	margin :  0px  0px  0px  0px;
	padding:  2px  0px  2px  0px;
}
.fixedWidthInp100 {
	width: 100px;
	float: left;
}
.fixedWidthInp150 {
	width: 150px;
	float: left;
}
.fixedWidthInp175 {
	width: 175px;
	float: left;
}
.fixedWidthInp200 {
	width: 200px;
	float: left;
}
.fixedWidthInp300 {
	width: 300px;
	float: left;
}

label {
	margin :  0px  0px;
	padding:  0px  0px  0px  5px;
	font-family: Verdana;
	font-size  : 11px;
}
table {
	margin : 12px  0px;
	font-family: Verdana;
	font-size  : 11px;
}
