﻿/*----------------------------------------------------------
SPITFIRE CMS
----------------------------------------------------------*/
.form_fields 
{
	
}

.form_fields div 
{
	margin: 10px;	
}

.form_fields label 
{
	width: 200px;
	display: block;
	float: left;
}

fieldset 
{
	border: 0px;
}

legend 
{
	padding-bottom: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
}

.tableModelActions 
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.tableModelActions  li 
{
	float: left;
	margin-right: 5px;
}

#sopt 
{
	display: none;
}