form{
	padding:0px;
	margin:0px;
}

input[type=text], input[type=password], select, textarea {
	border:1px solid #ccc; 
	background-color:#fff; 
	padding:1px;
	font-size:11px;
	color:#333;
}

input[type=submit]{
	margin-right:5px;
} 

input[type=button]{margin-right:5px;font-size:11px;margin-top:3px;margin-left:5px;}
button{margin-right:5px;font-size:11px;margin-top:3px;margin-left:5px;}

.form-title{
	border-bottom: 1px solid #ddd;
	font-size:15px;
	font-weight:bold;
}

.formtitle{
font-size:14px;
font-weight:bold;
text-transform:capitalize;
float:left;
}

.form-note {
	color: #999;
	margin-bottom: 0.3em;
	margin-top: 0;
	display: block;
	font-size: 11px;
}

.formsection{
border-bottom: 1px solid #ddd;
margin-top:10px;
height:28px;
}

.formsectiontitle{
font-size:13px;
font-weight:bold;
float:left;
text-transform:capitalize;
}

.formoptions{
font-weight:bold;
text-transform:capitalize;
float:right;
font-size:12px;
}

.formoptions li a:hover {
	text-decoration: underline;
}

.form-divide {
	padding: 0.3em 0;
	border-bottom: 1px solid #ddd;
}

.form-divide span img {
	vertical-align: middle;
}

.form-error, .form-error-basic, .error{
	color: #900;
	font-size: 85%;
	font-weight: bold;
}

.form-msg{
	color: #009900;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 2px 0 4px 18px;
}

.form-full {
	width: 100%;
}

.form-large select {
	padding: 1px 0;
}

.form-large textarea.disabled {
	background: #eee;
	border: 1px solid #ccc;
	color: #666;
}

.form-large input, .form-button {
	padding: 3px 3px !important;
}

.form-large select{
	padding:2px;
}

.form-large div, .form-div {
	padding-bottom: 1em;
	clear: left;
}

.form-large .inline, form-inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

input.button1, input.button2 {
	margin-top: 2px;
	padding: 3px 10px;
}

.form-large .form-text {
	width: 260px;
	padding: 3px;
}

.form-large .form-brief {
	width: 200px;
} /*IE6*/

.form-large .form-text-variable {
	width: 96%;
}

.form-large label, .form-label {
	display: block;
	font-weight: bold;
	color: #666;
	margin: 0.1em 0 0.05em 0;
}

.form-large label span {
	/*font-size: 80%; */
	font-weight: normal;
	color: #999;
	letter-spacing: 0;
}

.form-large label .form-checkbox {
	display: inline;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.form-large .form-field {
	padding-bottom: 1em;
}

#topic-default1, #topic-default2, #topic-default3 {
	width: 1.5em;
	vertical-align: middle;
	text-align: center;
}

.form-url-text {
	font-weight: normal;
}

.form-large input.empty_field, .empty_field{
	border:1px solid #cc6666
}

div.inline-radio label{
	display:inline;
}