@media all
  {
  

body{
    font-family: 'Open Sans', sans-serif ;
    width: 100%;
    
  background: #c00000;
  
}

#conference_head{
    border-radius: 10px;
}

#conference_content{
    width: 647px;
    text-align: left;
    font-size: 13px;
    color:  #e9e9e9;
    background: #373737;
    margin-top:  20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 36px rgba(30, 46, 87, 0.14);
-moz-box-shadow:    0px 0px 30px 36px rgba(30, 46, 87, 0.14);
box-shadow:         0px 0px 30px 36px rgba(30, 46, 87, 0.14);
position: inherit;
  
}

#form_title{
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

#conference_right{
    width: 95%;
    font-size: 14px;
    display: block;
  margin-left: auto;
  margin-right: auto;
  
     
}

#conference_left{
    padding: 40px;
    line-height: 25px;
    padding-top: 0px;
}

tbody{
    color: #ffffff;
}

input {
    
    border:solid 1px #b8b8b8;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 20px;
   
}

.submit_btn{
    
        cursor: pointer;
	border : solid 1px #990505;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	font-size : 16px;
	color : #ffffff;
	padding : 1px 17px;
	background : #c00000;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00000), color-stop(49%,#8c0202), color-stop(100%,#8c0202));
	background : -moz-linear-gradient(top, #c00000 0%, #8c0202 49%, #8c0202 100%);
	background : -webkit-linear-gradient(top, #c00000 0%, #8c0202 49%, #8c0202 100%);
	background : -o-linear-gradient(top, #c00000 0%, #8c0202 49%, #8c0202 100%);
	background : -ms-linear-gradient(top, #c00000 0%, #8c0202 49%, #8c0202 100%);
	background : linear-gradient(top, #c00000 0%, #8c0202 49%, #8c0202 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#8c0202',GradientType=0 );


}

  }
