@charset "utf-8";
/* CSS Document */
body{
	background: #f5f5f5 !important;
	
}
header{
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	padding-top: 15px;
	margin-bottom: 30px;	
}
#form_wrapper{
	background: rgba(255, 255, 255, 0.70);
}
.main-form {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #EFEDED;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(50, 50, 50, 0.47);
    -moz-box-shadow: 0px 4px 20px 0px rgba(50, 50, 50, 0.47);
    box-shadow: 0px 4px 20px 0px rgba(50, 50, 50, 0.47);
}
.video-title{
	padding: 26px 0px 26px 0px; 
}
#list-text{
	line-height: 1.7;
	text-align:justify;
}
#list-text li{
	margin-bottom: 15px;
}

