body{ 
font-family: Arial, Helvetica, sans-serif;
background-color:#048EBC;
background-image: linear-gradient(white 2px, transparent 2px),
linear-gradient(90deg, white 2px, transparent 2px),
linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px
}

 .success, .warning, .errormsgbox, .validation {
 font-size:12px;
	border: 1px solid;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
     font-weight:bold;
     width:500px;   
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.errormsgbox {
	color: #D8000C;
	background-color: #FFBABA;	
}

.container {
  margin:0px auto auto auto;
  width: 960px;
  background: rgba(255, 255, 255, 0.7); 
  min-height:600px;
  -webkit-box-shadow: 0px 0px 34px -11px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 34px -11px rgba(0,0,0,0.51);
box-shadow: 0px 0px 34px -11px rgba(0,0,0,0.51);
}

.sidebar {
vertical-align: top;
  margin:0px auto auto 0px;
  width: 220px;
  background:#666;
  min-height:600px;
  display:inline-block;
}

.content {
  margin:0px auto auto 0px;
  width: 735px;
  background:#fff;
  min-height:600px;
  display:inline-block;
}

.fldset-class{
margin-top:10px;
    border: 1px #048EBC solid;
}
.legend-class{
    border: 1px #048EBC solid; 
    margin-left: 1em; 
    padding: 0.2em 0.8em;
    background-color:#048EBC;
    color:white;
}

.hvr-fade {
  display: inline-block;
  width:140px;
  height:100px;
  margin-top: 4px;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  background-color: #eee;
  text-decoration:none;
  color: #2098d1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade2 {
  display: inline-block;
  width:80px;
  height:40px;
  vertical-align: middle;
  text-align: center;
  background-color: #eee;
  text-decoration:none;
  color: #2098d1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}


.hvr-fade:hover, .hvr-fade2:hover, .hvr-fade:focus, .hvr-fade2:focus,.hvr-fade2:active, .hvr-fade:active {
  background-color: #2098d1;
  color: white;
}

tr.border_bottom td {
  border-bottom:3px solid #ccc;
}

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

