.margin-top
{
	margin-top:10px;
}
.margin-top1
{
	margin-top:32px;
}
.slider_bg
{
	background-color:#4f2a7e; 
	color:#FFFFFF;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height:45px;
	
}
.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    color: inherit;
}
.float-right
{
	float:right;
	text-align:right;
}

.right-bg {
    width: 250px;
    height: 165px;
    float: right;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #000; 
    margin-top: 10px;
}
.right-bg1 {
    width: 250px;
    height: 200px;
    float: right;
    background: #FFF none repeat scroll 0% 0%;
   
}

.log-in-box
{
	padding-top:44px;
	text-align:center;
}

.box_shadow {
  
	box-shadow:#5E5A5A 0px 8px 11px 0px;
}

ul li
{
	text-decoration:none;
	list-style-type:none;
	padding:0px 20px 0px 0px;
	display:inline;
}
.text_align
{
	text-align:center;
	margin-top:15px;
}
a.bottom_link
{
	color:#000000;
	text-decoration:none;
}
.top-padding
{
	padding:10px 0px 10px 0px;
	color:#494949;
	font-size:22px;
}
a.menu_link
{
	color:#000000;
	text-decoration:none;
	background:url(../RegImages/btn1.png) no-repeat;
	padding:11px 19px 6px 14px;
}
a:hover.menu_link
{
	background:url(../RegImages/btn2.png) no-repeat;
	padding:11px 19px 6px 14px;
}
a.active12
{
	background:url(../RegImages/btn2.png) no-repeat;
	color:#fff;
	
}
.menu-bg
{
	background:url(../RegImages/bg.png);
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0px;
    text-align: left;
}
@media only screen and (max-width: 320px) {
	.sub-img
	{
		width:250px;
	}
	.right-bg1 {
    width: 250px;
    height: 200px;
    float: right;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #000;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 767px) {
.right-bg1 {
    width: 250px;
    height: 200px;
    float: right;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #000;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 541px) {
.right-bg1 {
    width: 250px;
    height: 200px;
    float: right;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #000;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
}
}