/*
form#log{
	/*position:absolute;
	left: 5px;
	top: 106px;*/
/*}

form#log td{
	height: 35px;
	text-align: center;
	
	cursor: default;
}

form#log td.label{
	width:150px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000033;

	line-height: 30px;
}

form#log td.input{
	width:250px;
}

form#log td.output{
	width:250px;
}

form#log td.border{
	width:200px;
}

td.button{
	height: 30px;
	width:100px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000033;

	line-height: 30px;
	cursor: default;
}
*/
.inputform{
	width: 220px;
	height: 22px;
	background-color: #ccf;
	/*border-style: 3px solid #000033;*/
	/*border-color: #333366;*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;

	text-align: left;
	vertical-align: middle;
	cursor: pointer;
}

.buttonform{
	width: 220px;
	height: 32px;
	background-color: #cccccc;
	/*border-style: solid;*/
	/*border-color: #333366;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
}

td.label{
	width:150px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000033;

	line-height: 30px;
}
