.image_frame{
	border: 1px solid #bdb9b9;
	width: 200px;
	height: 210px;
	margin-bottom: 15px;
}
#edit_product_image{
	padding-bottom: 20px;
}
.table{
	margin-bottom: 12px !important;
}
input[type="text"]{
	width: 100%;
}
footer p {
	text-align: center;
}
.btn-primary{
	background-color: #2C3E50 !important;
	border: 1px solid #2C3E50 !important;
	min-height: 35px;
}
.panel-heading,.modal-header{
	background-color: #6C7A89 !important;
	color: white;
}
.panel-primary,.modal-header{
	border-color: #d2d6de !important;
	border-top: 3px solid #d2d6de !important;
}

	#form {
	background-color:#fff;
	color:#123456;
	box-shadow:0 1px 1px 1px #123456;
	font-weight:400;
	width:auto;
	margin-left:auto;
	margin-right: auto;
	min-height:300px;
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: 530px;
	}
	#form form {
	padding:26px 0 13px 30px;
	}
	

	h3 {
	margin-top:0;
	color:#fff;
	/*background-color:#34495E;*/
	text-align:center;
	width:100%;
	min-height:50px;
	padding-top: 10px;
	font-family: 'Fauna One',serif;
	}
	#form h3 {
	background-color:#34495E;
	}
	.small-box>.inner {
    padding: 25px !important;
}

	#loginform label{
		width: 100%;
		width: 100px;
		text-align: right;
	}
	#loginform input{
		width: 70%;
	}
	#loginform #address{
		width: 85%;
	}
	input[type=text],input[type=email],input[type=password]{
	margin-bottom: 15px;
	}
	input[type=button] {
	background-color:#3C599B;
	border:1px solid #fff;
	font-family:'Fauna One',serif;
	font-weight:700;
	font-size:18px;
	color:#fff;
	}
.login_error{
	display: none;
}

	/* No greater than 900px, no less than 400px */
	@media (max-width:786px) and (min-width:320px) {

	#user_form label{
		width: 100%;
		width: 100px;
		text-align: left;
	}
	#user_form input{
		width: 100%;
	}
	#user_form #address{
		width: 100%;
	}
	}
	footer.text-center{
		position: absolute;
		bottom: 0;
		width: 100%;
		min-height: 50px;
		padding: 15px 0px 0px 0px;
		background-color: #34495E;
		color: white;
	}
	.login-title{
		background-color: #34495E;
	}
	.form-group{
		margin-bottom: 5px !important;
	}
	input[type=button]{
		font-weight: normal !important;
		font-size: 15px !important;
		font-family: arial !important;
	}
	select{
		margin-bottom: 15px;
	}
	td.actions a, td.actions form, td.actions button{
		display: inline-block !important;
	}
	.skin-blue .sidebar-menu>li>a {
    font-size: 18px !important;
}