﻿
/*  -----------------  Form Processing --------------------------------*/
.entryform
{
	width: 600px;
}

.entryform .row, .entryform .rowfile
{
	width: 600px;
	margin:0px 0px 10px 10px;
}

.entryform .row label, .entryform .rowfile label
{
	width: 90px;
	float: left;
	text-align:left;
	margin-right:10px;
}

.entryform .row table
{
	width:600px;
}

.entryform .row td input
{
	float: left;
	width:25px;
}
.entryform .row td label
{
	float: left;
	width:auto;
	text-align:left;
}

.entryform .row span
{
	width: 20px;
	float: left;
}

.entryform .row input[type='text'], .entryform .row input[type='password'], .entryform, .entryform .row select
{
	width: 400px;
	float: left;
}

.entryform .row input[type='checkbox']
{
	width: 30px;
	float: left;
}

.entryform .rowfile input[type='text'], .entryform .rowfile input[type='file']
{
	width: 150px;
	margin-right:5px;
	float: left;
}

.entryform .submit
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.entryform .row textarea
{
	width: 400px;
	height: 150px;
	float: left;
}

.entryform .row:after, .entryform .rowfile:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.entryform table.yesno 
{
    width:150px;
    float:left;
}
.entryform table.yesno
{
    width:auto;
}
.entryform fieldset
{
    min-width:600px;
    display:block;
}