html, body {
	padding: 0;
	margin: 0;
}

body {
	/*background-image: url(../img/bgimage.png);*/
	background:#fff;
	font-size:12px;
	background-repeat: repeat-x;
}
/**Login page Starts Here**/
.box {
	background: #000; /*fefefe;*/
	border: 1px solid #C3D4DB;
	border-top: 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: rgba(0,0,0,0.15) 0 0 1px;
	-webkit-box-shadow: rgba(0,0,0,0.15) 0 0 1px;
	box-shadow: rgba(0,0,0,0.15) 0 0 1px;
	color: #eee;
	font: normal 12px/14px Arial, Helvetica, Sans-serif;
	margin: 0 auto 30px;
	overflow: hidden;
	background:url(/site_media/img/darkbox.png);
	padding:15px 30px 30px 30px;
	width:332px;
}
.login {
	position: absolute;
	left: 50%;
	top: 40%;
	margin: -130px 0 0 -166px;
}
.boxBody {
	background: #000; /* fefefe; */
	border-top: 1px solid #dde0e8;
	border-bottom: 1px solid #dde0e8;
	padding: 10px 20px;
}

.box footer {
	background: #eff4f6;
	border-top: 1px solid #fff;
	/*padding: 22px 26px;*/
	padding: 8px 130px;
	overflow: hidden;
	height: 32px;
	width:74px;
}
.box input[type=text], .box input[type=password] {
	border: 6px solid #F7F9FA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	margin: 3px 0 4px;
	padding: 8px 6px;
	width: 270px;
	display: block;
}
/**Login page End's Here**/
	
/* COMMON */
.fleft{
	float:left;
}
.fright{
	float:right;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.align-center{
	text-align:center;
}
.borderred{
	outline:1px solid red;
}
.no-border{
	border:0px;
}
.quite{
	font-size:11px;
	color:#999;
}
/* PADDING */
.p-reset{
	padding:0px !important;	
}
.pt-reset{
	padding-top:0px !important;
}
.pr-reset{
	padding-right:0px !important;
}
.pb-reset{
	padding-bottom:0px !important;
}
.pl-reset{
	padding-left:0px !important;
}
.p-5{
	padding:5px !important;
}
.p-10{
	padding:10px !important;
}
.p-20{
	padding:20px !important;
}
.pt-5{
	padding-top:5px;
}
.pr-5{
	padding-right:5px;
}
.pb-5{
	padding-bottom:5px;
}
.pl-5{
	padding-left:5px;
}
.pt-10{
	padding-top:10px;
}
.pr-10{
	padding-right:10px;
}
.pb-10{
	padding-bottom:10px;
}
.pl-10{
	padding-left:10px;
}
.pt-20{
	padding-top:20px;
}
.pr-20{
	padding-right:20px;
}
.pb-20{
	padding-bottom:20px;
}
.pl-20{
	padding-left:20px;
}

/* MARGIN */
.m-reset{
	margin:0px;	
}
.mt-reset{
	margin-top:0px !important;	
}
.mr-reset{
	margin-right:0px;	
}
.mb-reset{
	margin-bottom:0px; 	
}
.ml-reset{
	margin-left:0px;	
}
.m-5{
	margin:5px;
}
.m-10{
	margin:10px;
}
.m-20{
	margin:20px;
}

.mt-5{
	margin-top:5px !important;
}
.mr-5{
	margin-right:5px;
}
.mb-5{
	margin-bottom:5px;
}
.ml-5{
	margin-left:5px;
}
.mt-10{
	margin-top:10px;
}
.mr-10{
	margin-right:10px;
}
.mb-10{
	margin-bottom:10px;
}
.ml-10{
	margin-left:10px;
}

.mt-15{
	margin-top:15px;
}
.mr-15{
	margin-right:15px;
}
.mb-15{
	margin-bottom:15px;
}
.ml-15{
	margin-left:15px;
}

.mt-20{
	margin-top:20px;
}
.mr-20{
	margin-right:20px;
}
.mb-20{
	margin-bottom:20px;
}
.ml-20{
	margin-left:20px;
}

/* ICONS */
.icon_18{
	width: 18px;
	height: 18px;	
}
.icon_24{
	width: 24px;
	height: 24px;	
}
.icon_28{
	width:28px;
	height:28px;	
}
.icon_32{
	width:32px;
	height:32px;	
}
.icon_48 {
	width: 48px;
	height: 48px;
}
.icon_64{
	width:64px;
	height:64px;	
}
.icon_75{
	width:75px;
	height:75px;	
}
.icon_100{
	width:100px;
	height:100px;	
}
.icon_150{
	width:150px;
	height:150px;	
}
.icon_200{
	width:200px;
	height:200px;	
}
.impure{
	opacity:0.5;	
}

h1{
	font-size: 200%;
	line-height: 50px;
	margin:0px;
}
h2{
	font-size: 175%;
	line-height: 45px;
	margin:0px;
}
h3{
	font-size: 150%;
	line-height: 40px;
	margin:0px;
}
h4{
	font-size: 125%;
	line-height: 30px;
	margin:0px;
}
/**Page Styles**/
.page-title{
	color: #39A0BE;
}
.asteriskField{
		color:red;
}
/* dashboard */
.dashbox{
	height:140px;
	margin-left:0px;
}
.dash-innerbox{
	padding:10px 0px;
	background:#f2f2f2;
	border-radius:6px;
	border:1px solid #ddd;
	height:100px;
	float:left;
	text-align:center;
	color:#fff;
	margin-left:0px !important;
	margin-right:15px !important;
}
.prop_list{
	list-style-type:none;
	margin-left:0px;
}
.prop_list li{
	border-bottom:1px solid #ccc;
	padding:10px 10px 10px 8px;
	margin-left:0px !important;
	width:1147px !important;
}
.prop_list li:hover{
	background:#eee;
	cursor:pointer;
}
.prop_list li small{
	color:#c5c5c5 !important;
}
.navbar-inner{
	padding-left:0px !important;
}
/* !dashboard */
.vhide{
	visibility:hidden;
}
select.input-xlarge{
	width:283px;
}
.form-actions {
	background-color:#fff !important;
	text-align:right !important;
}
ul.errorlist{
	list-style-type: none;
	text-align: left;
	margin-left:0px;
}
.save{
	width: 495px !important;
	height: 393px !important;
	margin-top: 40px !important;
	@-moz-document url-prefix(){
		border:solid 1px red;
		width: 88495px !important;
		height: 393px !important;
		margin-top: 85px !important;
		}
}
