/*=============== user log style =============*/
#user_log ol {
	list-style:none;
	margin:0 0 8px 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #ccc;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	-o-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}
#user_log ol li.row {
	margin:0 0 8px 0;
	padding:0 0;
}
#user_log ol:last-child {
	border-bottom:0;
	box-shadow: none;
	margin-bottom:0;
	padding-bottom:0;
}
#user_log ol li.row label.input_tag {
	float:left;
	font-size: 12;
	font-weight: 600;
	color:#666;
	text-transform: uppercase;
	width:34%;
	text-align:right;
	margin-right:18px;
	padding:7px 0;
	cursor: pointer;
}
#user_log ol li.row label.input_tag em {
	color:#e81962;
}
#user_log ol li.row div.inputOuter {
	float:left;
	width:50%;
}
#user_log ol li.row div.inputOuter input[type=text],
#user_log ol li.row div.inputOuter input[type=password] {
	width:92%;
	padding:2px 7px;
	height:27px;
	line-height:20px;
	font-size:12px;
	margin:0;
	background:#fff;
	border:1px solid #ddd;
	/* inner shadow */
	-moz-box-shadow: inset 0 1px 0 #f0f0f0; 
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	-o-box-shadow: inset 0 1px 0 #f0f0f0; 
	box-shadow: inset 0 1px 0 #f0f0f0; 
}
#user_log ol li.row div.inputOuter input[type=radio],
#user_log ol li.row div.inputOuter input[type=checkbox] {
	margin:14px 3px 0 0;
	display: none;
}
#user_log ol li.row div.inputOuter label {
	/*display: inline;*/
	cursor: pointer;
	float:left;
	margin:8px 12px 0 0;
	/*padding-top:10px;*/
	padding-left:20px;
}
#user_log ol li.row div.inputOuter input[type=radio] + label {
	background:url('../images/radio_btn.png') no-repeat 0 3px;
}
#user_log ol li.row div.inputOuter input[type=radio]:checked + label {
	background-position:0 -26px;
}
#user_log ol li.row div.inputOuter input[type=checkbox] + label {
	background:url('../images/checkbox_btn.png') no-repeat 0 3px;
}
#user_log ol li.row div.inputOuter input[type=checkbox]:checked + label {
	background-position:0 -26px;
}

div.login {
		margin-top:10px;
	}


/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	div.login {
		margin-top:25px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	div.login {
		margin-top:25px;
	}
}