/*blogx-admin.css*/
.clr{clear:both;}
.blogx_theme_opt
{
	background:#fafafa;
	border:1px solid #5F6E7D;
	box-shadow:INSET 0 0 600px #CCC;
	max-width:800px;
	margin:20px auto;
	border-radius:2px;
}

.blogx_theme_opt header,.blogx_theme_opt footer
{
	padding:10px 10px;
    background: #5F6E7D;
    vertical-align: middle;
    position: relative;
    display: block;
}
.blogx_theme_opt table tr
{
border-bottom:1px dashed #ededed;
}
.theme_opt_logo
{
    margin: 0;
    display: inline-block;
    color: #EEE;
	min-height:30px;
	line-height:1.1;
}
.theme_hire_btn
{
	display: inline-block;
    float:right;
	position:relative;
}	

.blogx_options_template
{
padding:10px;
}
.blogx_theme_opt footer p
{
    margin: 0;
    padding: 0;
	text-align:center;
}	

.blogx_theme_opt input
{
border-color:#ccc;
border-radius:2px;
}

@media screen and (max-width: 782px)
{
.blogx_theme_opt{
	margin-right:12px;
}
.blogx_theme_opt input,.blogx_theme_opt .button{
width:100%;
}
}