/* Forms */
div.input {
        margin-bottom: 20px;
	clear:both;
}

label{
        font-size: 110%;
        display: block;
	clear: both;
	float:left;
	width:30%;
	font-weight: bold;
}

input {
        width: 68%;
        border: 1px solid #ccc;
        padding: 5px;
}

textarea {
        width: 68%;
        border: 1px solid #ccc;
        padding: 4px;
        font-size: 105%;
        font-family: Arial, Helvetica, sans-serif;
}

select {
        width: 68.5%;
        border: 1px solid #ccc;
        padding: 4px;
        font-size: 100%;
}

option {
        padding: 2px;
        font-size: 100%;
}

.submit input {
        width: auto;
	margin-top: 20px;
	margin-left: 30%;
	border: 1px solid #888;
	color: #fff;
	background-color: #666;
}

.red {
        color: #f00;
}

#UserAddForm .input{
	
}

#UserCaptcha{
	width: 200px;
}

/* Radio */
div.radio input{
	float:left;
	width: auto;
}
div.radio label{
	float:left;
	display: inline;
	width:30%;
}
div.radio fieldset label{
	float:left;
	display: inline;
	clear: none;
	margin-right: 20px;
	width:auto;
}
div.radio legend{
	display: none;
	font-size: 130%;
	font-style: italic;
	float: left;
}

div.radio fieldset{
	margin-bottom: 0px;
	border: 0px solid #fff;
	padding: 0px;
}

/* Checkboxes */
div.select{
	
}
div.select input{
	float:left;
	width: auto;
}
div.select div.checkbox{
	float:left;
	width:100%;
	margin-bottom: 7px;
}
div.select div.checkbox label{
	display: inline;
	clear: none;
	margin-right: 20px;
	width:auto;
}
div.select legend{
	display: none;
	font-size: 130%;
	font-style: italic;
	float: left;
}

div.select fieldset{
	margin-bottom: 0px;
	border: 0px solid #fff;
	padding: 0px;
}

div.multiplebox {
	float:left;
	width: 98%;
}

div.categories{
	clear:both;
}
div.categories input{
	margin-right: 5px;
}
div.categories label{
	font-weight: normal;
	margin-left: 5px;
}

input.button{
	width: auto;
	margin-top: 20px;
	border: 1px solid #888;
	color: #fff;
	background-color: #666;
}

div.checkbox input{
	margin-right: 5px;
}

div.checkbox label{
	float: none;
	display: inline;
	clear: none;
	margin-right: 20px;
	width:auto;
}
#buttons input{
	width:auto;
	margin-top: 20px;
	border: 1px solid #888;
	color: #fff;
	background-color: #666;
}

.radio input{
	border: none;
	width: auto;
}

.checkbox{
	width: auto;
	float:left;
	margin-bottom:10px;
}
.checkbox input{
	border: none;
	width: auto;
}
.checkbox label{
	font-weight: normal;
	margin-left: 0px;
}

.radio fieldset label{
	font-weight: normal;
	margin-left: 5px;
}

div.field{
	width: 60%
}
div.select{
	margin-bottom: 15px;
}

div.input{
	clear: both;
}

div.input table td{
	vertical-align: top;
}

table div.field{
	width: 100%;
}

table label{
	width: 100%;
}
