 .auth-input{
	width: 481px;
	height: 38px;
	overflow: hidden;
	float : left;
	border : 1px solid #aac4eb;
	background-color : #c2d6f2;
}
 .auth-input input{
	background-color : transparent;
	float : left;
	border : none;
	width : 481px;
	height : 36px;
	color : #333;
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
	padding-left : 6px;
	font-size : 14px;
	line-height : 38px;
	outline: none;
}

 .auth-input-sm{
	width: 225px;
	height: 38px;
	overflow: hidden;
	float : left;
	border : 1px solid #aac4eb;
	background-color : #c2d6f2;
}
 .auth-input-sm input{
	background-color : transparent;
	float : left;
	border : none;
	width : 210px;
	height : 36px;
	color : #333;
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
	padding-left : 6px;
	font-size : 14px;
	line-height : 38px;
	outline: none;
}
.auth-input-sm:hover, .auth-input-sm:active{
	border-color : #4877cf;
}


td.or{
	vertical-align : middle;
	padding : 0px 0px;
	width : 34px;
	text-align : center;
}





.form-error, .lk_error{
	background-color : #f89eb1;
	font-size : 13px;
	line-height : 15px;
	border : 1px solid #f66584;
	padding : 10px;
	
	width: 467px;
}
.home-table{
	border-collapse:collapse;
	border-spacing:0;
	color:#333;
	margin:0 auto;
	width : 100%;
}

.home-table  thead > tr > td{
	padding:10px 10px 10px 0;
	text-align:center;
}

.home-table  > tbody > tr > td{
	border:1px solid #aac4eb;
	text-align:left;
	padding:10px;
}

.home-table  > tbody > tr:nth-child(2n){
	 background: #FAFAFA;
}

.home-table  > tbody > tr:hover{
	background:#c2d6f2;
}