.mand { color:#f00 !important ;}
.validat .r {display:inline-block; vertical-align:top; width:6px; position:absolute; left:100%; top:0}
.validat .indicator{
    border-color: #EE5F5B;
    color: #B94A48;
}
.validat input[type=checkbox].indicator,.validat input[type=radio].indicator { outline:1px solid red}

.validat .indicator:focus {
    border-color: #E9322D;
    box-shadow: 0 0 6px #F8B9B7;
}
.psevdo_but {
  cursor: not-allowed !important;
  border-color: #ddd !important;
  color:#999 !important;
  background:#fff;
  width: 0 !important;
  height: 0 !important;
}
.disabled {
  cursor: not-allowed !important;
}
.errorBox { font:11px/1.2em Arial, Helvetica, sans-serif; color:red}
.validat .captchaView {
	position:absolute;
	top:0;
	left:0;
	color:green;
	font-size:11px;
	
	background: #cccccc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(98%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

	
}
.slWrap {
	padding:0 15px 0 18px;
	margin:0;
	width:221px;
	height:28px;
	position:relative;
}
.slider {
	top: 8px;
	border:0;
	background:none;
}

.slWrap .ui-state-default,.slWrap  .ui-widget-content .ui-state-default,.slWrap .ui-widget-header .ui-state-default {
    background: url(/pic/validSliderIcon.png) no-repeat scroll 50% 50% transparent;
    border: 1px solid #CCCCCC;
    color: #1C94C4;
    cursor: move;
    font-weight: bold;
}

.slWrap .ui-slider-horizontal .ui-slider-handle {
    margin-left: -15px;
    top: -5px;
}
.slWrap .ui-slider .ui-slider-handle {
    height: 20px;
    position: absolute;
    width: 31px;
    z-index: 2;
}
.validat .ui-widget-content {
    background: none;
    border: 0;
    color: #222222;
}
/*

@media only screen and  (max-width: 980px)  {
	.form_style { margin:0 30px;}
	.form_style label { display:block; width:auto; float:none; text-align:left;}
	.form_style .r { position:static;}
	.form_style input[type="text"], 
	.form_style input[type="password"], 
	.form_style textarea { width:93%; }
	.form_style select { width:93%}
	
	
	.ui-slider { margin-right:49px}
	.slWrap {
		height: 56px;
		padding: 0 40px 0 43px;
	}
	.ui-slider .ui-slider-handle {
		height: 48px;
		width:80px
	}
	.captchaView {
		height: 46px !important;
	}
	.ui-slider-horizontal .ui-slider-handle {
		margin-left: -40px;
	}
	
}
*/