/* Predefined visual characteristics for the forms */
form table
	{
	width:100%;
	}

form td
	{
	width:50%;
	padding:7px 0px 7px 0px;
	}

.label
	{
	vertical-align:top;
	font-weight:bold;
	width:70%;
	}

.value
	{
	text-align:right;
	}

.value input, .value textarea
	{
	width:140px;
	}

.value select
	{
	width:142px;
	}
	
#checkbox input
	{
	border-width:0;
	}

#sub_btn
	{
	text-align:left;
	}
	
#sub_btn input
	{
	width:auto;
	border-width:0
	}

.value div input
	{
	border-width:0;
	width:auto;
	}

.value div textarea
	{
	width:auto;
	}
	
.value div 
	{
	text-align:left;
	}