div.form_container {
	background: #FFF;
	background-image: url(/images/layout/table_bakground_loop.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid #CDCDCD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	margin-bottom: 12px;
	margin-right: 8px;
}
table.form {
	width: 100%;
	padding: 12px;
}
table.list div.form_container {
	border: none;
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
	margin: 0;
}
table.form th,
table.form td.header {
	background-color: #595F67;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	text-align: left;
	border-radius:3px;
	-moz-border-radius:3px;
}
table.form > tbody > tr > td {
	vertical-align: top;
}
table.form > tbody > tr > td {
	font-weight: bold;
}

table.form > tbody > tr > td.label {
	white-space: nowrap;
	text-align: right;
	padding-right: 10px;
}
table.form > tbody > tr > td.field {
	width: 100%;
}
table.form > tbody > tr > td.buttons {
	margin:0px;
	padding:10px 15px 0px 0px;
	text-align:right;
}
table.form > tbody > tr > td.buttons input {
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	background-image:url(/images/layout/button-background-loop.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:4px;
	border:1px solid #a4a8ab;
}
table.form > tbody > tr > td.buttons input:hover {
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	background-image:url(/images/layout/button-background-loop.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:4px;
	border:1px solid #FFF;
	cursor:pointer;
}
table.form > tbody > tr.error_label > td {
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 3px;
	background: url(/images/icons/bullet_error.png) no-repeat top left;
}
table.form > tbody > tr > td.field > input.f_input,
table.form > tbody > tr > td.field > textarea,
table.form > tbody > tr > td.field > select {
	width: 100%;
}
table.form > tbody > tr > td.field > input.f_input,
table.form > tbody > tr > td.field > select {
	height: 22px;
}
table.form > tbody > tr > td.field > .f_autocomplete {
	width: 100%;
}
div.f_input_icon {
	background-color: White;
	display: inline-block;
	border: 1px solid #AFAFAF;
}
div.f_input_icon img {
	float: left;
	padding: 2px;
}
div.f_input_icon div {
	margin: 0 0 0 20px;
	padding: 0;
}
div.f_input_icon input {
	border: none;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 22px;
	height: 22px;
}


table.form > tbody > tr > td.field > textarea {
	height: 120px;
}

table.form > tbody > tr.error > input.f_input,
table.form > tbody > tr.error > textarea,
table.form > tbody > tr.error > select {
	border: 1px solid #CF1919;
}
table.form .color_picker {
	height: 22px;
	line-height: 22px;
	text-align: center;
}
table.form table.form_field {
	width: 100%;
}
table.form table.form_field td:first-child {
	padding-right: 10px;
}
table.form table.form_field td:last-child {
	width: 50px;
}
table.form tr.help > td {
	padding: 5px 0 5px 0;
}
table.form tr.help > td > div {
	background-color: #F8F8F8;
	border: 1px solid #CDCDCD;
	padding: 5px;
}

table.form_field > tbody > tr > td > input[type="text"],
table.form_field > tbody > tr > td > input[type="password"],
table.form_field > tbody > tr > td > textarea,
table.form_field > tbody > tr > td > select {
	width: 100%;
}
