body{
	background:#000000;
	font-family:'Verdana', Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#f6f6f6;
}
#wrap{
	padding:20px;
	margin:10px 50px;
	background:#000000;
	border:0px solid #d2d2d2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#heading{
	padding:20px;
	margin:10px 50px;
	background:#fff;
	border:1px solid #d2d2d2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
hr{
	background:url(../images/panel/hr_bg.gif) repeat-x;
	width:100%;
	margin:10px auto;
	border:none;
	height:2px;
}
div.heading{
	overflow:hidden;
	margin:0 auto;
	width:650px;
}

h1.title{
	float:right;
}
/* jQuery Masonry */
.box {
  width: 346px;
  margin: 10px;
  float: left;
  background: #f5f5f5;
  display: inline;  /* IE6 fix */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #eee;
}
/* Box Styling*/
.box .modhead{
	background:tomato;
	height:38px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	cursor:move;
	overflow:hidden;
}
.box .modhead h6{
	color:white;
	line-height:38px;
	margin:0;
 font-size:16px;
font-family:verdana;
	font-weight:normal;
	padding-left:15px;
	float:left;
}
.box .modhead input{
	float:right;
	background:url(../images/panel/savebtn.png) no-repeat;
	width:82px;
	height:23px;
	cursor:pointer;
	border:none;
	margin:8px 10px 0 0;
}
.inner{
  display:none;
}
.box .inner{
  padding: 5px;
}
.box .inner .tip{
	padding:5px;
	background:#fdfbd7;
	border:1px solid #eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:block;
	margin-top:5px;
font-size:12px;
}
.box .inner input{
	background:url(../images/panel/input_bg.gif) no-repeat;
	width:244px;
	height:24px;
	border:none;
	padding:5px;
	color:#696969;
}
.box .inner select{
	background:url(../images/panel/input_bg.gif) no-repeat;
	width:244px;
	height:26px;
	border:none;
	padding:5px;
	color:#696969;
}
.box .inner textarea{
	background:#fff url(../images/panel/textareabg.gif) repeat-x top;
	border:none;
	padding:5px;
	color:#696969;
	-moz-border-radius:5px;
	width:320px;
	-webkit-border-radius:5px;
	border-left:1px solid #ddd;
}
.box .inner label{
	line-height:26px;
	margin-right:5px;
}
.box .inner fieldset input{
	width:14px;
	height:14px;
}
.box .inner fieldset input.size{
	background:url(../images/panel/inputmini_bg.gif) no-repeat;
	height:23px;
	width:87px;
	border:none;
	padding:0 0 0 5px;
}
#heading fieldset{
	width:250px;
	display:block;
	clear:both;
	margin:0 auto;
}
#heading fieldset input.save{
	background:url(../images/panel/savebtn.png) no-repeat;
	width:82px;
	height:23px;
	cursor:pointer;
	border:none;
	margin:8px 10px 0 0;
}
#heading fieldset input.reset{
	background:url(../images/panel/resetbtn.png) no-repeat;
	width:112px;
	height:23px;
	border:none;
	cursor:pointer;
}
/*CSS Added rtCamp*/
.column{
        margin:10px;
        width:400px;
        min-height:38px;
        float:left;    
}
.trigger{
        background:transparent url(../images/minplus_btns.png) no-repeat left top;
        cursor:pointer;
         float:left;
        height:21px;
        margin:10px 0 0 10px;
        width:20px;
}
.active{
       background-position:left  bottom ;
}

#collapse_all{
        background:transparent url(../images/minplus_btns.png) no-repeat left top;
        cursor:pointer;
         float:left;
        height:21px;
        margin:10px 0 10px 10px;
        width:90px;
        padding-left:25px;
}
#expand_all{
      background:transparent url(../images/minplus_btns.png) no-repeat left bottom;
        cursor:pointer;
         float:left;
        height:21px;
        margin:10px 0 10px 10px;
        width:90px;
        padding-left:25px;
}
fieldset span {display:block; overflow:hidden; margin:5px 0}
fieldset span label.social{float:left; display:block; margin-left:5px;}
fieldset span input.checkbox{float:left; margin-top:6px;}
div#slider_box_1_2 input.slider_images_class, div#slider_box_1_2 input.slider_caption_class{width:240px;}
div#slider_box_1_2 label{display:block;}

label{font-weight:700; font-size:12px; font-decoration:capitalize}
