form li {
	list-style-type:none;
	height:22px;
}

form ul {
	padding-left:0px;
	margin:0px;
}

form table thead th {
	background-color:#ff5a5f;
	height:36px;
	color:#FFFFFF;
	padding-left:25px;
	padding-right:15px;
	vertical-align:middle;
	font-size:14px;
	text-align:left;
}

form table thead .error_list {
	list-style-image:url(../images/shared/bullet_error.png);
	color:#373746;
	font-size:12px;
	text-align:left;
	padding:0px;
	margin:0px;
	margin-left:40px;
	margin-top:10px;
	margin-bottom:20px;
}

form table thead .error_list li {
	list-style-image:url(../images/shared/bullet_error.png);
	line-height:16px;
	
}

form table tbody label {
	text-align:right;
	float:left;
	padding-right:13px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:normal;
	width:200px;
}

form table tbody tr {
	border-top-color:#f2f2f2;
	border-top-style:solid;
	border-top-width:1px;
}

form table tbody tr.heading {
	border: none;
	text-align: left;
}


form table tbody td {
	padding-top:5px;
	padding-bottom:15px;
	vertical-align:middle;
	width: 205px;
}

form table tbody input, form table tbody textarea{
	font-family:"trebuchet ms", sans-serif, Arial, Helvetica;
	font-size: inherit;
	height:20px;
	width:200px;	
	background-image:url(../images/shared/form_input_bkg.png);
	background-repeat:repeat-x;
	border-color:#f2f2f2;
	border-style:solid;
	border-width:1px;
	border-top-color:#a5a5a5;
	border-top-style:solid;
	border-top-width:1px;
	padding-top: 3px;
	padding-left:3px;
	color:#7f868d;
}
form table tbody select {
	font-family:"trebuchet ms", sans-serif, Arial, Helvetica;
	font-size: inherit;
	background-image:url(../images/shared/form_input_bkg.png);
	background-repeat:repeat-x;
	border-color:#f2f2f2;
	border-style:solid;
	border-width:1px;
	border-top-color:#a5a5a5;
	border-top-style:solid;
	border-top-width:1px;
	padding: 0 0 0 3px;
	color:#7f868d;
}


form table tbody textarea {
	height: auto;
}

form table tbody input:focus, form table tbody textarea:focus, form table tbody select:focus {
	color:#000000;
}

form table tbody input.readonly {
	background-image: none;
	background-color: #e0dede;
}

form table tbody input.readonly:focus {
	color:#7f868d;
}

form table tbody .checkbox_list input {
	width:auto;
	margin: 0px;
	float:left;
	clear:both;
	margin-right: 5px;
}

form table tbody .checkbox_list label {
	text-align: left;
	padding-top: 2px;
}

form table tbody div.input {
	position: relative;
	width:200px;
	float: left;
}

form table tbody div.input img {
	position:absolute;
	top:5px;
	right:0px;
}

form table tbody img.upload_image {
	
}

form input.button {
	width: auto;
	height: auto;
	background-image: none;
	border: 0px;
	padding: 0px;
}

form table tfoot td {
	text-align:right;
	padding-top:20px;
}

form img.help {
	float: right;
}