.mark{
border:solid 1px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 0px;
padding : 5px;
background :#d4e69f;
}

.title-bg{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #3DBCEE),
	color-stop(0.72, #0B9CD1)
);
background-image: -o-linear-gradient(bottom, #3DBCEE 0%, #0B9CD1 72%);
background-image: -moz-linear-gradient(bottom, #3DBCEE 0%, #0B9CD1 72%);
background-image: -webkit-linear-gradient(bottom, #3DBCEE 0%, #0B9CD1 72%);
background-image: -ms-linear-gradient(bottom, #3DBCEE 0%, #0B9CD1 72%);
background-image: linear-gradient(to bottom, #3DBCEE 0%, #0B9CD1 72%);

-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/


width:99.5%;
padding-top:3px;
padding-left:3px;
padding-right:0px;
padding-bottom:3px;
color:#fff;
margin-bottom:5px;
}

.btn_ov {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 20px 3px 20px;
  text-decoration: none;
  text-align:center;

}

.btn_ov:hover {
  background: #3cb0fd;
  color:#fff;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.ctn-ov{
background-color: #ffffff;
border: 0px solid #999999;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 1px #ccc;
-webkit-box-shadow: 0px 0px 1px #ccc;
box-shadow: 0px 0px 1px #ccc;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
padding: 5px;

}