/***** zzzzz *****/
#enter-form {
 margin: 30px 0 0 0;

}
 
.f_input-lg {
  width: 280px;
  height: 34px;
  border: solid 1px #AEAEAE;
  line-height: 32px;
  float: left;
  margin: 10px 16px;
  background: #FFF;
  color: #989898;
  padding: 0 10px;
 border-radius: 5px;
}
 
 .f_input-lg:focus, .f_input:focus {
 border: 1px solid #b1b1b1;
 }
 
 
 .f_input {
 width: 299px;
 height: 29px;
 border: solid 1px #d4d4d4;
 line-height: 32px; 
 color: #9a9a9a;
 padding: 0 10px;
 }
 
 
ul#enter-form li {
  height: 56px;
  background: #f6f6f6;
  margin-bottom: 10px;
  border-left: 4px solid #F6F6F6;
  list-style: none;
 border-radius: 5px;
}
 
 .lg-send {
 border: none;
 background: none;
 cursor: pointer;
 font-size: 14px !important;
 color: #ff288e;
 background: url(/images/enter-btn.gif) no-repeat top right;
 height: 37px;
 padding-right: 45px;
 float: right;
 margin: 20px 20px 0 0;
 }
 
 .lg-send:hover {
 background-position: bottom right;
 }

#reg-link {
 margin: 25px 0 0 5px;
}
 
 #reg-link li a {
 line-height: 1.5em;
 font-size: 13px;
 text-decoration: underline;
 color: #ff288e;
 }
 
 #reg-link li a:hover {
 color: #ff499f; 
 }
 
#reg-link li {
 list-style: none;
}

.userinfo {
 padding-top: 10px;
} 
 
 .userinfo .rcol .userprofile li {
 border-bottom: 1px dotted gray; 
 line-height: 2.5em;
}

 .userinfo .rcol .userprofile li:hover { 
 border-bottom: 1px solid #ff499f;
 }

   .ui-helper-clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.ui-helper-clearfix {
display: inline-block;
}
* html .ui-helper-clearfix {
height: 1%;
}
.ui-helper-clearfix {
display: block;
}
.ui-icon {
background-repeat: no-repeat;
display: block;
overflow: hidden;
text-indent: -99999px;
}
.ui-widget {
font-family: Tahoma, Lucida Sans, Arial, sans-serif;
font-size: 11px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: tahoma, Arial, sans-serif;
font-size: 14px;
}
.ui-widget-content {
background: #fff;
border: 1px solid #b8b8b8;
color: #222222;
}
.ui-widget-content a {
color: #9f9a86;
}


.ui-widget-header {
background: url(/images/spacer.gif) 50% 50% repeat-x;
font-size: 14px;
font-weight: bold;
color: #ff288e;
font-size: 15px;
}
.ui-widget-header a {
font-size: 15px;
font-weight: bold;
margin-right: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
background: #f0f0f0; 
border: 1px solid #dfe0e0;
color: #999a9a;
font-weight: bold;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #ffffff;
text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
color: #5a5a5a;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #686868;
text-decoration: none;
}
.ui-widget:active {
outline: none;
}
.ui-state-error {
background: #fef1ec 50% 50% repeat-x;
border: 1px solid #cd0a0a;
color: #cd0a0a;
}
.ui-widget-header .ui-icon {
background-image: url(/images/ui-icons.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
background-image: url(/images/ui-icons_h.png);
}
.ui-icon-close {
background-position: -80px -128px;
}
.ui-icon-closethick {
background-position: -80px -128px;
}
.ui-button .ui-button-text {
display: block;
line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
padding: .4em .8em;
}
input.ui-button {
padding: .4em 1em;
}
.ui-button-set {
margin-right: 7px;
}
.ui-button-set .ui-button {
margin-left: 0;
margin-right: -.3em;
}
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-dialog {
  overflow: hidden;
  padding: .2em;
  position: absolute;
  width: 300px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.49);
  border: solid 1px #e1e1e1;
 border-radius: 5px;
}

.ui-dialog .ui-dialog-titlebar {
padding: .5em 1em .3em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 16px .2em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
height: 18px;
margin: -10px 0 0 0;
padding: 1px;
position: absolute;
right: .3em;
top: 50%;
width: 19px;
}
.ui-dialog .ui-dialog-titlebar-close span {
display: block;
margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
padding: 0;
}
.ui-dialog .ui-dialog-content {
background: none;
border: 0;
overflow: hidden;
padding: .5em 1em;
position: relative;
zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
background-image: none;
border-width: 1px 0 0 0;
margin: .5em 0 0 0;
padding: .3em 1em .5em .4em;
text-align: left;
}
.ui-dialog .ui-dialog-buttonpane button {
cursor: pointer;
float: right;
line-height: 1.4em;
margin: .5em .4em .5em 0;
overflow: visible;
padding: .2em .6em .3em .6em;
width: auto;
}
.ui-dialog .ui-resizable-se {
bottom: 3px;
height: 14px;
right: 3px;
width: 14px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}




.vxod_kn { 
 float:left; 
 text-align: center !important; 
 width: 87%; 
 cursor:pointer; 
 margin-top: 3px; 

 padding: 5px 20px 5px 20px!important; 
 border:1px solid #467A9F!important; 
 background: #47719f!important; 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #47719f), color-stop(1, #5d82aa))!important; 
 background: -moz-linear-gradient(top, #47719f 1%, #5d82aa 100%)!important; 
 background: -o-linear-gradient(#47719f, #5d82aa)!important; 
 border-radius:3px; 
 
 font:13px Verdana,Arial,Helvetica, sans-serif!important; 
 text-shadow:1px 1px 1px #467A9F!important; 
 font-weight: bold!important; 
 color:#fff!important; 
} 

.vxod_kn:active {box-shadow:inset 0px 0px 3px #326092!important;} 
.vxod_kn:hover {background:#6e92b8!important;}

/***** zzzz *****/