/* ==================================================== */
/* Name: WireInitial.css											*/
/* Description:														*/
/* 	Position CSS for ATTUS Technologies Web Solutions. */
/*    Style sheet handles positions for the container 	*/
/*		elements used to set the structure for the page.	*/
/*																			*/
/*	Modification History:											*/
/*		2006.03.15	AttusTech/JSW						*/
/*			Original build.											*/
/* ===================================================== */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
	Define page specific tags
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

br.medium
{
	line-height:10px;
}

br.small
{
	line-height:5px;
}

br.tiny
{
	line-height:3px;
}


input.tinyTextWidth 
{
	width:30px;
}

input.shortTextWidth
{
	width:100px;
}

INPUT.altTextWidth {
	width: 200px;
}

/***********************************
* fieldsets 					   *
***********************************/
.wireformat
{
	/*width:75%;*/
}

.basicformat
{
	/*width:75%;*/
}

.basicformat LABEL
{
	width:160px;
	margin-left:15px;
}

.basicformat LABEL.secondary
{
	width:60px;	
}

.basicformat LABEL.transaction
{
	width:110px;	
}

.maralign
{
	margin-left:10px;
}




