*{ padding:0;
	margin:0;}
div.bodybg{
	margin:0;
	padding:0; width::100%; height:1060px; 
	background:url(../images/bg-new.jpg) repeat-x;
	}


/*video control css*/

#video_controls_bar{ background:#2A3F55; padding:15px; font-family:Verdana, Geneva, sans-serif;}
.content { float: left; clear: both; height:330px; border:1px solid #404040; background: #e6e6e6; width:586px; *margin-top:-11px; position:relative; overflow:auto; margin-left:-5px; }
button#playpousebtn1{
float:left;
width:200px;
height:200px;
background:url(../images/pausebtn.png) no-repeat 0 0;
border:none;
cursor:pointer;
opacity:0;
position:absolute;
border:hidden;
border-top:hidden;
border-left:none;
border-right:none;
border-bottom:none;
top:60px;
left:180px;
}
button#playpousebtn1:hover{ opacity:3; border:hidden;   border-top:none; border-left:none; border-right:none; border-bottom:none; }
	

	/*end video control css*/
	
.submit-block_submit {
    width: 200px;
    background: #1e254f;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #474163;
    color: #fff;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    padding: 4px 30px 4px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.submit-block_submit:hover {
    background: #699ac3;
}