body {
	font-size: 13px;
	padding-bottom: 100px;
}

.right {
	float: right;
}

.wrap {
	padding: 5px;
}

.wrap form {
	margin-bottom: 0px;
}

.box {
        border: 1px solid #e5e5e5;
	margin-bottom: 1em;
}

.box2 {
	background: #cccccc;
	border: 1px solid #999999;
	margin-bottom: 1em;
}

.box h3 {
	font-size: 18px;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 10px;
}

.box h4 {
	font-size:15px;
	margin: 0;
}

.box h3 small {
	line-height: 40px;
}

.box h4 small {
	font-weight: normal;
}

.btn {
	padding: 5px 12px;
}

#searchform .control-group {
	margin-bottom: 0px;
	margin-top: 5px;
	padding-right: 10px;
}

#searchform .control-label {
	text-align: left;
	width: 90px;
}

#searchform .controls {
    margin-left: 100px;
}

#searchform .Digitalsize {
	background: url(../img/or.jpg) no-repeat 240px -60px;
        margin-left: 80px;
	margin-top: 10px;
}

#searchform .Digitalsize .span2 {
	width: 250px;
}

#searchform .Digitalsize .control-group {
  margin-bottom: 10px;
}

#searchform .Digitalsize .control-label {
	width: 50px;
	text-align:left;
	margin: 0;
}

#searchform .Digitalsize .controls {
	margin-left: 60px;
}

#searchform .Digitalsize .controls .input-mini{
	width: 35px;
}

#searchform .Digitalsize .controls span {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

#PersonalDetail .control-label {
	width: 120px;
}

#PersonalDetail .controls {
	margin-left: 130px;
}

form .requires > label:after {
	color: #FF0000;
	content: "*";
	display: inline;
}

form .error {
	color: #FF0000;
}

.searchbar {
	background-color: #f2f2f2;
}

.searchbar form {
	margin-bottom: 0px;
}

.RefineSearch {
  margin: 0;
  padding: 10px 0 5px;
  border: none;
  color: #0088cc;
  background-color: transparent;
  text-decoration: underline;
}

.breakline {
	border-top: 1px solid #ddd;
	border-bottom:1px solid #fff;
	margin-top: 15px; 
	padding-top: 0px;
}

.mark {
	color:#DD1144;
}

.note {
	color:#999999;
}

.title {
	clear: both;
	margin-top: 10px;
}

.title h4 {
	width: 100px;
	float: left;
}

.title .item {
	margin-left: 100px;
}

.step1_bar, .step2_bar, .step3_bar, .step4_bar {
	margin: 20px auto;
	height: 70px;
}

.step1_bar {
	background: url(../img/step_bar.gif) no-repeat 0 0;
}

.step2_bar {
	background: url(../img/step_bar.gif) no-repeat 0 -120px;
}

.step3_bar {
	background: url(../img/step_bar.gif) no-repeat 0 -240px;
}

.step4_bar {
	background: url(../img/step_bar.gif) no-repeat 0 -360px;
}

.imgQuality {
	margin: 10px 0;
}

.imgQuality .red {
	border-top:5px solid #ed1c24;
	width:33%;
	float:left;
}

.imgQuality .yellow {
	border-top:5px solid #fff200;
	width:33%;
	float:left;
}

.imgQuality .green {
	border-top:5px solid #8dc63f;
	width:33%;
	float:left;
}

.imgQuality .grey {
	border-top:5px solid #eeeeee;
	width:33%;
	float:left;
}

.coords {
	display: none;
}

.coords label {
	margin-right: 1em;
	font-weight: bold;
	color: #900;
}

.coords input {
	width: 3em;
}

.decription {
    color: #999999;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.thumbnail {
	min-height: 180px;
	position: relative;
}

.thumbnail > img {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.pagenum {
	margin: 22px 0 18px 20px;
}


footer {
	background-color: #f9f9f9;
	color: #999;
	padding: 5px 20px;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
}

footer a {
	color: #999;
	text-decoration: none;
}