.pagination {
	list-style:none;
}
.pagination li {
	display:inline;
	margin-right:5px;
	font-size:14px;
}
.input-table {
}
.input-table td {
	font-weight:bold;
	padding:5px;
	padding-left:10px;
	padding-bottom:15px;
}
.input-table input, .input-table textarea {
	width:400px;
}

table thead tr td {
    font-weight:bold;
}

.error {
	border:1px solid #ff3940;
	background:#ffc2c4 url(/images/icons/error.png) no-repeat;
	background-position:6px 7px;
	padding:5px;	
	margin:5px;
	padding-left:30px;
	margin-left:0px;
}
.finished {
	border:1px solid #8dc63f;
	background:#c4df9b url(/images/icons/accept.png) no-repeat;
	background-position:6px 7px;
	padding:5px;	
	margin:5px;
	padding-left:30px;
	margin-left:0px;
	margin-bottom:10px;
}
.warning {
	border:1px solid #fff200;
	background:#fff799 url(/images/icons/warning.png) no-repeat;
	background-position:6px 7px;
	padding:5px;	
	margin:5px;
	padding-left:30px;
	margin-left:0px;
	margin-bottom:10px;
}
.finished h2, .error h2, .warning h2 {
	margin:0px;
	border:0px;
}

.textdropdown-outer {
    position:relative;
  border: 1px solid #ccc;
  float: left;
  background:#FFF;
  z-index:10;
}

.textdropdown-btn {
  width: 20px;
  float: right;
  background: url(/images/icons/dropdown-arrow.gif) no-repeat center;
  cursor: pointer;
}

#droplist ul {
  border: 1px solid #ccc;
  padding: 0px;
  list-style: none;
  margin: 0px;
  z-index:10;
  background:#FFF;
}

#droplist ul li {
  padding: 2px;
  display: block;
  list-style: none;
  margin: 0px;
  z-index:10;
  background:#FFF;
}

#droplist ul li:hover {
  background-color: #efefef;
  cursor: pointer;
}
