/* niceforms.css */

/* form * {
  margin: 0px;
  padding: 0px;
} */

input.text-sm2  {
	border-top: 1px solid #B0B3A7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #B0B3A7;
	background: #fff;
	font: 11px/18px Verdana, Tahoma, Arial, sans-serif;
	color: #444;
	padding: 3px;
	width: 2em;
}

input.text-sm4  {
	border-top: 1px solid #B0B3A7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #B0B3A7;
	background: #fff;
	font: 11px/18px Verdana, Tahoma, Arial, sans-serif;
	color: #444;
	padding: 3px;
	width: 4em;
}

td.form-label 
{	
	padding: 9px 5px 5px 5px;
	text-align: right;
	vertical-align: top;
	width: 140px;
	white-space:nowrap;
}

td.form-label-option {
	padding: 5px 9px 5px 5px;
	text-align: left;
}

td.form-label-radio {
	padding-left: 20px;
}

td.form-label label, td.form-label-option label {
	font-weight: normal;
	font-size: 12px;
	border-right: 2px dotted #ccc;
	padding-right: 10px;
	color: #555;
	
}

td.form-input, td.form-input-large {
	padding: 5px 9px 5px 5px;
	background: #efefef;
	border: 1px solid #ccc;
}

.form-table {
	margin-left: 25px;
}

td.form-input label {
	font-size: 11px;
	color: #333;
	padding: 5px;
}

td.form-input p {
	font-size: 11px;
	color: #333;
}

.form-heading {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 10px;
	padding-top: 2px;
}

input.text, textarea  {
	border-top: 1px solid #B0B3A7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #B0B3A7;
	background: #fff;
	font: 11px/18px Verdana, Tahoma, Arial, sans-serif;
	color: #444;
	padding: 3px;
	width: 350px;
}

input.date {
	border-top: 1px solid #B0B3A7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #B0B3A7;
	background: #fff url('/images/calendar.gif') no-repeat 2px 2px;
	font: 11px/18px Verdana, Tahoma, Arial, sans-serif;
	color: #444;
	padding: 3px;
	padding-left: 20px;
	width: 80px;
}

.profile-form input.text {
	width: 300px;
}

.form-input select {
	color: #222;
	font: 11px/18px Verdana, Tahoma, Arial, sans-serif;
	width: 250px;
}

textarea {
	width: 350px;
	height: 200px;
}

td.form-label label.required {
	font-weight: bold;
}

p.form-instructions {
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0px;
	color: #333;
	padding-left: 8px;
	xborder-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}

td.form-alert-header {
	background: #555;
	color: white;
	padding: 5px;
}

td.form-alert {
	background: #efefef;
	border: 1px solid #ccc;
}

td.form-alert p {
	padding: 6px;
	color: #333;
	font-size: 11px;
	line-height: 1.4em;
}

td.form-submit .button {
	padding: 0 5px 0 5px;
	font-size: 11px;
	margin-top: 8px;
	font-family: Verdana, arial, tahoma, sans-serif;
}

td.form-submit {
	text-align: right;
}

td.form-help {
	vertical-align: top;
	padding-left: 3px;
}

.sidebar-section-heading {
	font-size: 12px;
	font-family: Verdana;
	color: #fff;
	font-weight: bold;
	background: #ccc url('http://resource.icentera.com/images/bg-header-gray.jpg') repeat-x top left;
	xborder-left: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	padding: 4px;
}

table#form-sidebar {
	width: 100px;
	background: #fafafa;
	border: 1px solid #aaa;
	margin-left: 10px;
}

#form-sidebar tr td p {
	font-size: 10px;
	font-family: Verdana;
	color: #333;
	padding-bottom: 6px;
}

.sidebar-section {
	padding: 9px;
}

.sidebar-section .form-label-option label {
	font-size: 10px;
	color: #333;
}