@charset 'UTF-8';
/*
 * jQuery File Upload Plugin CSS Example 1.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2012, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body{
  padding-top: 60px;
}


/*Login Panel*/

#clr {
	clear:both;
	display:none;
	padding:0px;
	margin:0px;
	background:none;
}
#login_head {
	width:1000px;
	height:auto;
	margin:0px auto;
}
#login_block {
	width:625px;
	height:320px;
	background-color:#FFFFFF;
	/*-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:#c8c8c8 2px 2px 5px 5px;*/
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	position:relative;
	top:50px;
	margin:0px auto;
}
#login_tag {
	width:190px;
	height:40px;
	float:left;
	position:relative;
	left:-10px;
	top:20px;
	background-color:#2b8cbe;
}
#login_text {
	display:block;
	font-family:'Open-Sans', sans-serif;
	font-size:14px;
	text-align:center;
	padding-top:12px;
	color:#FFFFFF;
}
#logo {
	width:200px;
	height:60px;
	position:relative;
	top:30px;
	left:165px;
}
#forget_pass {
	width:auto;
	height:10px;
	display:block;
	float:right;
	margin-top:35px;
	margin-right:65px;
	font-family:'Open-Sans', sans-serif;
	font-size:14px;
	color:#2b8cbe;
}
#forget_pass:hover {
	text-decoration:underline;
	cursor:pointer;
}
#text_block {
	width:400px;
	display:block;
	height:180px;
	float:left;
	margin:45px 40px 10px 115px;
}
#text_box_content {
	width:390px;
	height:20px;
	font-family:'Open-Sans', sans-serif;
	display:block;
	font-size:14px;
	color:#333333;
}
#text_box_pass {
	width:390px;
	height:20px;
	margin-top:20px;
	font-family:'Open-Sans', sans-serif;
	display:block;
	font-size:14px;
	color:#333333;
}
#text_box_block {
	width:390px;
	height:32px;
	border:#bbbbbb thin solid;
}
#text_box {
	width:390px;
	height:32px;
}
#remeber {
	width:390px;
	height:20px;
	display:inline-block;
	font-family:'Open-Sans', sans-serif;
	display:block;
	margin-top:20px;
	font-size:14px;
	color:#333333;
}
#login {
	width:80px;
	height:35px;
	float:right;
	position:relative;
	top:-20px;
}
