body {
  min-height: 2000px;
  padding-top: 100px;
  font-size: 13px;
}

.row {
	margin: 5px;
}

.home-right-box-header{
	float:left; 
	margin:5px; 
	width:100%;
	height:40px; 
	background-color:#3399cc; 
	color:white; 
	font-size:18px; 
	text-align: center;
	font-weight: bold;
	padding-top:5px; 
	margin-bottom:0px;
}

.home-right-box-content {
	float:left; 
	margin:5px; 
	width:100%;
	height:428px;
	background-color:#f1f1f1; 
	border:1px solid #cccccc; 
	border-right:3px solid #CCCCCC; 
	border-bottom:3px solid #CCCCCC; 
	padding:10px; 
	margin-top:0px;
}

td {
    font-size: 13px;
}

.form-title_label {
  display: block;
  /*height: 34px;
  padding: 6px 12px;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  text-align: right;
  /*background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          */
}

.form-value {
    font-weight: normal;
    display: inline-block;
    /*height: 34px;
    padding: 6px 12px;*/
}

.errmsg {
    color: red;
}

.button {
    cursor: pointer;
}

  .table th {
    background-color: #009999; !important;
  }

  
 /* --------------------------------------------------------------------------------------------------------------------------------- */ 
.checkbox_css{
	display: block;
	width: 25%;
	height:40px;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}