.input{
	position: relative;
	padding: 6px 6px;
	border:1px solid #e0e0e0;
	background:#fff;
	line-height: 18px;	
	
	transition:all .3s; 
	-webkit-transition:all .3s; 
	-moz-transition:all .3s;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.input-round {
	border-radius: 25px;
}

.input input, 
.input textarea{
	width:100%;
	background:none;
	border:0;
	margin:0; 
	padding:0;
	color: #333;
	font: 14px "Open Sans", sans-serif;
	outline:none;
}

.input_focus{
	border-color: #aaa;
	background: #fff;
}

.input_focus input, 
.input_focus textarea{
	color:#333;
}



.error{
	background:#fffa72;
	color:#ff0000;
	padding:0 5px;
	border-radius:5px;	
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;	
}

.placeholder {
	position: absolute;
	top:0;
	left: 15px;
	line-height: 40px;
	color: #999;
}
.placeholder i {
	color: red;
}


/*=================================================================*/
/* input white
/*=================================================================*/
.input-white .input{
    padding: 10px 15px;
    border: none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    background: rgba(255,255,255,.15);
}
.input-white .input input,
.input-white .input textarea{
    color: rgba(255,255,255,.9);
}

.input-white .input_focus{
    background: rgba(255,255,255,.5);
}

.input-white .input_focus input, 
.input-white .input_focus textarea{
	color:#fff;
}



/*=================================================================*/
/* input white 100
/*=================================================================*/

.input-white-100 .input{
    padding: 10px 15px;
    border: none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    background: #fff;
}
.input-white-100 .input input,
.input-white-100 .input textarea{
    color: #999;
}

.input-white-100 .input_focus{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.input-white-100 .input_focus input, 
.input-white-100 .input_focus textarea{
	color:#333;
}

.input-error{
	background:#ffc7b1 !important;
	border-color:#ff7f39 !important;
}

.input-error input,
.input-error textarea{
	color:#f30 !important;
}



.input-sml .input {
	padding: 5px 15px;
}
/*=================================================================*/
/* select
/*=================================================================*/
.select {
    position: relative;
    background: rgba(255,255,255,.15);
    line-height: 42px;
	color: rgba(255,255,255,.9);
    cursor: pointer;
}
.select span {
    padding: 0 15px;
    display: block;
    background: url(../images/arrow-down.png) right center no-repeat;
}
.select:hover {
    color: #fff;
    background: rgba(255,255,255,.4);
}

.select ul {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 10;
}

.select ul li {
    padding: 0 15px;
    line-height: 34px;
    color: #c4c9de;
    background: #364493;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.select ul li:hover {
    padding: 0 15px;
    color: #fff;
    background: #5264c5;
}

.select-red {
	color: rgba(255,255,255,.7);
}
.select-red ul li{
	background: #9b0e05;
	color: rgba(255,255,255,.7);
}
.select-red ul li:hover{
	background: #94130a;
}

.select-sml {
	line-height: 32px;
}
.select-sml ul li,
.select-sml ul li:hover,
.select-sml li,
.select-sml{
	line-height: 14px;
	padding: 9px 15px;
	font-size: 12px;
}
.select-sml span {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
}
.select-sml ul {
	top: 32px;
}

.select-normal {
	color: #666;
	background: #fff;
}
.select-normal span {
	padding: 0 15px;
	display: block;
	background: url(../images/arrow-down-grey.png) right center no-repeat ;
}

.select-normal:hover {
	color: #333;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.select-normal ul {
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.select-normal ul li{
	background: #fff;
	border-top: 1px solid #ddd;
	color: #666;
}
.select-normal ul li:hover{
	background: #f5f5f5;
	color: #333;
}

.select-normal {
	line-height: 40px;
}




	/*=================================================================*/
/* btn
/*=================================================================*/
.btn {
    display: block;
	width: auto;
    padding: 0 20px;
	margin: 0 auto;
    font-size: 14px;
    color: #fff;
    text-align:  center;
    background: #3154b8;
    box-shadow: 0 -2px 0 rgba(0,0,0,.1) inset;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	border: 0;
    cursor: pointer;
	transition: all .3s;
}
.btn:hover {
    text-decoration: none;
    color: #fff;
    background: #2955d3;
}
.btn-lg {
    padding: 0 25px;
    height: 47px;
    line-height: 47px;
    box-shadow: 0 -3px 0 rgba(0,0,0,.1) inset;
}
.btn-sml {
	height: 36px;
	line-height: 36px;
}
.btn-yellow {
    background: #f60;
}
.btn-yellow:hover {
    background: #f60;
}

input.btn-lg {
	min-width: 200px;
}

.checkbox{
	position:relative;
	line-height:16px;	
	overflow:hidden;
	cursor:pointer;
}

.checkbox input{
	position:absolute;
	margin-left:-40px;
}

.checkbox span{
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-right:5px;
	background:url(../images/checkbox.png) top left no-repeat;
}
.checkbox-active span{
	background-position:bottom left;
}

#pic{
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:200px;
	opacity:0;
}