.input-invalid {
    border: 1px solid #ec6464 !important; 
    color: #ec6464 !important;
    -webkit-box-shadow: 0px 0px 5px #ec6464 !important;
    -moz-box-shadow: 0px 0px 5px #ec6464 !important;
    box-shadow: 0px 0px 5px #ec6464 !important; 
}

.input-valid {
    border: 1px solid #9bdf64 !important; 
    color: #9bdf64 !important;
    -webkit-box-shadow: 0px 0px 5px #9bdf64 !important;
    -moz-box-shadow: 0px 0px 5px #9bdf64 !important;
    box-shadow: 0px 0px 5px #9bdf64 !important; 
}

.serch-but{background:url(../images/search.png) no-repeat 0 2px #fff; width:31px; height:34px; cursor:pointer; position:absolute; top:0px; right:0px;overflow: hidden;text-indent: -200px;}
.serch-but:hover{background-position:0 -29px;}

.textfiled {
    padding: 0px 10px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    background: #fff;
    border: 1px solid #d3d4d5;
    border-top: 1px solid #a7aaad;
    border-right-color: #c2c7ca;
    border-left-color: #c2c7ca;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; 
	margin:0px 0px 10px 0;
}

.textfiled:focus {
    -webkit-box-shadow: 0px 0px 8px #ffa498;
    -moz-box-shadow: 0px 0px 8px #ffa498;
    border: 1px solid #ffa498;
}

.textfiled.input-active,
.textfiled.input-hover,
.textfiled:focus {
    color: #626262;
}




.Capch{ width:105px !important; margin:3px 0px 10px 0;}

.textarea{width: 241px;
    padding: 5px 5px 5px 10px;
    height: 100px;
    font-size: 14px;
    color: #666;
    
    background: #fff url("../../images/v2/bg-textfiled.png") repeat-x 0px 0px;
    
    border: 1px solid #d3d4d5;
    border-top: 1px solid #a7aaad;
    border-right-color: #c2c7ca;
    border-left-color: #c2c7ca;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; margin:3px 0px 10px 0;}

.textarea:focus {
    -webkit-box-shadow: 0px 0px 8px #ffa498;
    -moz-box-shadow: 0px 0px 8px #ffa498;
    border: 1px solid #ffa498;
}

.textfiled.input-active,
.textfiled.input-hover,
.textarea:focus {
    color: #626262;
}

.select {
    color:#ddd;
    font-size:12px;

    position:relative;
    float:none;
    min-width:100px;
    height:28px;
    line-height: 28px;
    padding: 0px 0px 0px 25px;
    margin:0;
    background: #fff url("../../images/v2/bg-textfiled.png") repeat-x 0px 0px;

    border: 1px solid #d3d4d5;
    border-top: 1px solid #a7aaad;
    border-right-color: #c2c7ca;
    border-left-color: #c2c7ca;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.select.input-active {
    color: #626262;
}

.select:active {
     -webkit-box-shadow: 0px 0px 8px #12aef3;
    -moz-box-shadow: 0px 0px 8px #12aef3;
    border: 1px solid #12aef3;
}

.select .label {
	font-size:12px;
	
	padding:0;
	margin:0;
}
.select .label img {
	vertical-align:middle;
	overflow:hidden;
	margin:0;
	padding:0 5px 0 2px;
}
.select .button {
	position:absolute;
	right:5px;
	top:5px;
	width:16px;
	height:16px;
	cursor:pointer;
	
	background: url("../../images/v2/arrow.png");
}
.select .list {
        width: 205px;
	position:absolute;
	top:28px;
	left:-1px;
	z-index:1000;
	
	border-right:solid #c2c7ca 1px;
	border-bottom:solid #a7aaad 1px;
	border-left:solid #c2c7ca 1px;
}
.select .optgroup {
	color:#1e1e1e;
	font-weight:bold;
	font-size:12px;
	
	padding:5px;
	margin:0;
	
	background: #f2f2f2;
	background: -moz-linear-gradient(100% 100% 90deg, #dfdfdf, #f2f2f2);
	background: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f2f2f2));
}
.select .optgroup img {
	vertical-align:middle;
	overflow:hidden;
	margin:0;
	padding:0 5px 0 0;
}
.select .option {
	color: #626262;
	font-size:12px;
        
        padding: 5px;
        height: 18px;
        line-height: 18px;
	
	padding:5px;
	cursor:pointer;
	
	border-bottom:dotted #cccccc 1px;
	
	background: #fff;
}
.select .option img {
	vertical-align:middle;
	overflow:hidden;
	margin:0;
	padding:0 5px 0 0;
}
.select .option.bottom {
	border-bottom:none;
}
.select .option:hover {
	background: #ffffff;
}
input.button {
	color:#ffffff;
	font-size:14px;
	
	height:32px;
	padding:0 5px 0 5px;
	margin:6px;
	cursor:pointer;
	
	border-top:solid #6199D7 1px;
	border-right:solid #224F80 1px;
	border-bottom:solid #002F65 1px;
	border-left:solid #224F80 1px;
	
	background: -moz-linear-gradient(100% 100% 90deg, #224F80, #3278C4);
	background: -webkit-gradient(linear, left bottom, left top, from(#224F80), to(#3278C4));
	
	text-shadow: #1e1e1e 1px 1px 1px;
}

.submit-but {
    height: 33px;
    line-height: 32px;
    border: 1px solid #c12814;
    text-shadow: 1px 1px 0px #c12814;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 25px;
    background: #D14836;
    
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 0px 1px 2px 0px #c12814;
    -webkit-box-shadow: 1px 1px 2px 0px #c12814;
    box-shadow: 0px 1px 2px 0px #c12814;
    
    cursor: pointer;
}
.submit-but:hover{  
 	background: #666;
    -moz-box-shadow: 0px 1px 2px 0px #555;
    -webkit-box-shadow: 1px 1px 2px 0px #555;
    box-shadow: 0px 1px 2px 0px #555;
	border: 1px solid #555;
    text-shadow: 1px 1px 0px #555;
	}
	
.input-button:hover {
    background-color: #2abaf9;
}

.input-button:active {
    position: relative;
    top: 1px;
    background-color: #2abaf9;
}

/* Checkboxes */
.input-checkbox {
    display: block;
    float: left;
    background: url("../images/inputs/bg-checkbox.png") no-repeat 0px 0px;
    height: 20px;
    line-height: 20px;
    position: relative;
    padding: 0px 5px 0px 26px;
    cursor: pointer;
    margin-right: 5px;

    font-size: 12px;
    font-family: Verdana,"Bitstream Vera Sans","DejaVu Sans","Liberation Sans",Geneva,sans-serif;
    color: #444444;
}

.input-checkbox input {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

/* input hover and active */
.input-checkbox.checkbox-hover {
    background-position: 0px -20px;
}

.input-checkbox.checkbox-down {
    background-position: 0px -40px;
}

.input-checkbox.checkbox-checked {
    background-position: 0px -60px;
}

.input-checkbox.checkbox-checked.checkbox-hover {
    background-position: 0px -80px;
}

.input-checkbox.checkbox-checked.checkbox-down {
    background-position: 0px -100px;
}

.comment-form label{float:left; width:150px; padding-top:10px;}
.comment-form .textfiled{border:1px solid #e0e0e0; width:380px; height:42px; line-height:42px; margin-bottom:15px;}
.comment-form .textarea{border:1px solid #e0e0e0; width:380px; height:100px;}
.comment-form  span{color:red;}
.post-comment{border:1px solid #3555a4; color:#fff; cursor:pointer; background:#5275ca; padding:10px 20px; font-size:16px; font-weight:bold; margin-top:15px;}
.post-comment:hover{background:#62a915; border:1px solid #498508;}

.submit-form{}
.submit-form label{ display:block; padding-bottom:5px;}
.submit-form .textfiled{border:1px solid #e0e0e0; width:300px; height:32px; line-height:32px; margin-bottom:15px;}
.submit-form .textarea{border:1px solid #e0e0e0; width:300px; height:80px;}
.submit-form  span{color:red;}




















