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

input {
	line-height: 1;
	padding: 2px;
}

/* separate for annoying ie */

.input{
	border:2px solid #ddd; 
	background-color:#fff;
	color:#666;
	padding:1px;
	margin-left:2px;
}
.input_focus{
	border:2px solid #3698B5;
	color:#444;
}


/*hide from both ie6 and ie7*/

html>/**/body select,
html>/**/body textarea, 
html>/**/body input[type=text],
html>/**/body input[type=password] {
	border:2px solid #ddd; 
	background-color:#fff;
	color:#666;
	padding:1px;
	margin-left:2px;
}

html>/**/body input[type=text]:focus, 
html>/**/body input[type=password]:focus, 
html>/**/body select:focus, 
html>/**/body textarea:focus{

	border-color:#3698B5;
	color:#444;
}


.input_error{border-color:#c00}

.form-note {
	color: #777;
	margin: 0.3em;
	display: block;
	font-size: 11px;
	background: #f5f5f5;
	padding:3px;
}

.form-error, .form-error-basic, .error/*, .warning*/ {
	color: #900;
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 1em;
	background: url(../img/error.gif) no-repeat;
	padding: 2px 0 4px 18px;
}

.form-full {
	width: 100%;
}

.form-large .regular-form .form-text, .form-large .form-text-variable, .form-large textarea, .form-large select, .form-large .form-brief {
	font-size: 105%;
	background-color:#fff;
	color:#666;
	padding: 2px;
}


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

.form-large input, .form-button {
	font-size: 126%;
	padding: 3px 7px !important;
}
.form-large select{
	font-size: 126%;
	padding:2px;
	margin-bottom:6px;
	margin-right:4px;
}

.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 {
	font-size: 21px;
	margin-top: 2px;
	padding: 3px 10px;
	color:#666;
}

.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, .form-brief label {
	float: none;
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #999;
	margin: 1.2em 0 0.3em 0;
}
.form-brief label{font-size:85%;display: inline;}
.form-brief .form-input{text-align:right;margin-bottom:8px;}

.form-large label span, .form-brief label span {
	/*font-size: 80%; */
	font-weight: normal;
	color: #999;
	letter-spacing: 0;
	padding-left:8px;
}
.form-large label span.help, .form-brief label span.help{padding-left:20px}

.form-large label.form-checkbox {
	display: inline;
	vertical-align: middle;
	position: relative;
	
	font-size:85%;
	color:#333;
}

.form-large label.inline{ float:left;clear:none;padding:0px;margin:0px;width:120px;}

.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-size: 126%;
	font-weight: normal;
}

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

div.inline-radio label{
	display:inline;
	color:#444;font-size:100%;font-weight: normal;
}
div.inline-radio input{
	margin-left:8px;margin-right:4px;
}
div.inline-radio div.indentLeft{
	margin:8px;
	margin-left:20px;
}
div.inline-radio div label{
	font-weight:normal; font-size:85%;
}
div.checkbox-group div{
	margin:8px;
	font-size:85;color:#444;
}
.checkbox-group input{margin-right:8px;margin-bottom:3px;}

.form-normal input {
	font-size: 11px;
	padding: 3px 7px !important;
}

/*privacy options more info*/
.more_info{padding-left:22px;font-size:85%;}
.more_info div{margin-top:2px;margin-bottom:12px;padding:6px;color:#666;border:1px solid #ddd}


html>/**/body input[type=text].license_distrib_changeable{background:green;color:#fff;border-color:darkgreen}
html>/**/body input[type=text].license_distrib_readonly{border:0px;color:#212121}
