fieldset {
    background: #f6f6f6;
    padding: 20px;
	font-size: 12px;
	border: 1px solid #ddd;
	max-width: 700px;
}

.field {
	margin-bottom: 5px;
	clear: both;
}

.field label {
	display: block;
	font-size: 11px;
	color: #666;
	margin-bottom: 2px;
	line-height: 1.4em;
}

label.nc {
	clear: none;
	display: inline;
}

.fieldWithErrors label {
	font-weight: bold;
	color: #c9282d;
}

.field input {
	width: 98%;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	border: 1px solid #bbb;
}

.field textarea {
    width: 98%;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	line-height: 1.4em;
	border: 1px solid #bbb;
}

.field select {
	max-width: 98%;
}

input[type="checkbox"], input.cb {
	width: auto;
	padding: 0;
	border: 0;
}

.small input {
	width: 45%;
}

.cbfield {
	margin-bottom: 10px;
}

.cbfield input {
	float: left;
	margin-right: 10px;
}

.cbfield label {
	font-size: 11px;
	color: #999;
}

.revcb label {
	clear: none;
	float: left;
}

.field label span {
    color: #aaa;
    font-style: italic;
}

/* submit buttons */

.submit {
	clear: both;
	margin: 20px -20px -20px;
	background: #e6e6e6;
	padding: 5px 20px 5px;
	font-size: 11px;
	border-top: 1px solid #ccc;
}

.submit label {
	color: #666;
	clear: none;
}

.submit input, .s input, .ticket_actions input, #ttrack input {
	background: #fff url("../images/buttons.jpg") repeat-x bottom left;
	font-size: 11px;
	padding: 3px 8px;
	margin-right: 1px;
	color: #444;
	border: 1px solid #ccc;
	font-weight: bold;
}

#ttrack input {
	background: #fff url("../images/buttons.jpg") repeat-x bottom left;
	font-size: 11px; padding: 1px 8px; margin-right: 1px; color: #444; border: 1px solid #ccc; font-weight: bold;	
}

.submit input:hover, .s input:hover, .ticket_actions input:hover, #ttrack input:hover {
	border: 1px solid #bbb;
}

.submit input:focus, .s input:focus, .ticket_actions input:focus, #ttrack input:focus {
	border: 1px solid #666;
}

.submit input[type="checkbox"] {
	vertical-align: middle;
}


/* date picker */

.date_field {
	width: 130px !important;
}
.date_field.time {
	width: 200px !important;
}

#taglist {
	width: 275px;
}


fieldset em {
	color: #999;
	font-size: 11px;
}

.color_field {
	clear: both;
}

.color_field button {
	float: left;
	clear: both;
	margin-right: 10px;
}

.color_field label {
	margin-top: 3px;
	float: left;
	margin-bottom: 15px;
	font-size: 11px;
	color: #666;
}

div.input {
	width: 98%;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	border: 1px solid #aaa;
	color: #999;
	text-align:right;
}

div.input input {
	padding: 0;
	border: none;
	text-align: right;
	padding-right: 2px;
}

/* sidebar forms */

#sidebar fieldset {
	font-size: 11px;
	background: #f6f6f6;
	padding: 10px;
	border: 1px solid #ddd;
}

#sidebar .field input {
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 11px;
	width: 145px;
}


/* special forms */

#signup {
	width: 400px;
	margin: 30px auto;
}

#signup fieldset {
	border: 5px solid #ddd;
	background: #fff;
}

#status_update {
	border: 1px solid #444;
}

#quick_create_task select {
	width: 150px;
}

/* form errors */

.errorExplanation, .form_errors {
	padding: 10px 20px;
	background: #fffddd;
	margin-bottom: 15px;
	border: 1px solid #ebe7d2;
	line-height: 1.4em;
}

.errorExplanation li {
	font-size: 12px;
	padding: 3px 0;
}

.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input {
	border: 1px solid #c9282d;
}