.jquery-ratings-star {
  width: 26px;
  height: 26px;
  /*background-image: url('/images/_off11.png');*/
  background-image: url('/images/_off5.png');
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 2px;
    cursor: pointer;
}

.jquery-ratings-full {
  /*background-image: url('/images/_on4.png');*/
  background-image: url('/images/_on5.png');
}

#form  table tr, td, th { border-radius: 5px;}
    .cells {font-family: Arial;font-size: 15px; padding-top:6px;font-weight: bold;width: 430px;}
    .cells3 {font-family: Arial;font-size: 15px; padding-top:14px;font-weight: bold;width: 430px;}
    .cellstd {font-family: Arial;font-size: 15px; padding-top:6px;}
    .cells2 {border-bottom: 1px;font-family: Arial;font-size: 15px; padding-top: 6px;}
    .blank_cell {font-family: Arial;font-size: 14px;font-weight: normal;color: #000000;background-color: #FFFFFF;
        border: 1px solid #000000;vertical-align: middle;padding-left: 4px;}
#g1 {background-color: white;margin-top: 10px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);padding: 23px 23px 23px 27px; border-radius: 5px}

.headers{font-color:"#000000"; font-size: 18px;face: "Arial";align: "center"; border-radius: 5px;}
.tableRate{width: 100%;border: 0; cellspacing: 12px;cellpadding: 6px; align: center;}

.text-wrap-type2 {
    background: url("/Images/new/bg-text-wrap-type.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C1BFB7;
    border-radius: 5px;
    float: left;
    height: 28px;
}
.text-wrap-type2 .sk-text-input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #AEAEAE;
    float: left;
    font-size: 13px;
    height: 28px;
    margin: 0 0 0 12px;
    outline: medium none;
    padding: 0;
}

.text-wrap-type2 .datepicker2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #AEAEAE;
    float: left;
    font-size: 13px;
    height: 28px;
    margin: 0 0 0 12px;
    outline: medium none;
    padding: 0;
}

.text-wrap-type2:hover
    {
        border-color: #f19e9d;
    }

.text-wrap-type2:hover .sk-text-input
    {
        color: #0872b6;
    }

.text-wrap-type2:hover .datepicker2 
    {
        color: #0872b6;
    }
      
.labelformwideanketa
{
    display: block;
    float: left;
    text-align: left;
    margin-top: 4px;
}        

.anketabutton {
	-moz-box-shadow:inset -13px -8px 0px -22px #ffffff;
	-webkit-box-shadow:inset -13px -8px 0px -22px #ffffff;
	box-shadow:inset -13px -8px 0px -22px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial Black;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	line-height:22px;
	width:280px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
    cursor: pointer;
}
.anketabutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
    color: #dc143c;
}.anketabutton:active {
	position:relative;
	top:1px;
}

 .HeadInfo {font-family: Arial;font-size: 15px; padding-top:14px;font-weight: bold;width: 480px; padding-left: 15px}
 .inputs{ width: 200px; padding-left: 20px}