/*
 * Formularios
 */
#formarea {
	position: relative;
}
#formarea .btns {
	text-align: right;
}
#formarea .btns a {
	font-weight: bold;
}



/*
 * 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;
}





/*
 * LOPD
 */
#ucLOPD_hStandard {
	clear: left;
	padding-top   : 12px;
}
#ucLOPD_hStandard p {
	margin:  6px  0px;
	font-style: italic;
}
