/* Fieldsets */
fieldset    { padding:1.2em; margin: 0 0 1em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input[type="checkbox"], label 
{	height:18px; padding:3px; margin:2px 0px 2px 2px; }
	
label { float:left;	width:120px;}
label.wide-label { float:left;	width:320px;}

input.blue_button { border:3px solid #bbb; background:#aaaaff; padding:5px; }
input.blue_button:focus { border:3px solid #bbb; background:#ffff00; padding:5px; }

input[type="password"], input[type="text"], input.text, input.title   
{ 	height:18px; width:320px; border:1px solid #bbb; background:#ffffff; 
	padding:2px; margin:2px 2px 2px 0px; 
}

form.p {	clear: left;}

input[type="password"]:focus, input[type="text"]:focus,input.text:focus , input.title:focus    
{ 	border:1px solid #999; background:#eeeeff; }

input.title   { font-size:1.5em; }

textarea            { width: 320px; border:1px solid #bbb; background:#ffffff; padding:5px; 	clear: left;}
textarea:focus      { border:1px solid #999; background:#eeeeff;  }

select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


.error,
.notice, 
.success    { padding: 8px; margin-bottom: 1px; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

.form-wrap {
	padding: 0px 8px 0px 8px;
}

.new-article-toolbar {
	float:right;
	border:1px solid #C3DAF9;
	height:820px;
	width:226px;
}

.new-article-form {
	width: 486px;
	float:left;
	border:0px solid #C3DAF9;
}

