@charset "UTF-8";
/* CSS Document */


.pagebreak{
  font-size:12px;
  line-height:25px;
}
	
.tbmain{
  height:100%;
}

.tbmain input {
	border:1px solid #999;
	padding:3px;
	}

.tbmain input.btn {
	padding:6px;
	font-size:13px;
	font-weight:bold;
	background-color:#bb040d;
	color:#fff;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
	
	.tbmain input.btn:hover {
	background-color:red;
	cursor:pointer;
	}

td.recaptcha_image_cell {
	padding:0px !important;
	}

span.required{
  font-size: 13px !important;
  color: red !important;
}
 
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}

.DivErrortext {
	margin:0 !important;
	margin-top:10px !important;
	line-height:12px;
	}

