

body{
	background-color:#f1f1f1;
	 font-family: Open Sans Condensed;
	
   
}


.outer_page {
    width: 960px;
    margin: 0px auto;
    background: #fff;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px #333;
}
.form {
    width: 67%;
    /* display: inline-block; */
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
    margin: 15% auto;
	border:1px solid rgba(0,0,0,0.2);
	
}
input#CustomFields_2_29 {
    background-image: url('../images/user_3.png');
    background-repeat: no-repeat;
    background-position: 6px;
	padding:15px 35px;
    margin-bottom: 12px
}
.e_mail {
    background-image: url('../images/email.png');
    background-repeat: no-repeat;
    background-position: 6px;
	padding: 15px 35px;
	margin-bottom: 5px
}
.warning {
    float: left;
    margin-right: 11px;
}
.w_content {
    overflow: hidden;
	text-align:justify
}
.inner_view {
    text-align: center;
}
.video_section {
    text-align: center;
}
.register_link {
    text-align: center;
	margin-top:30px;
}
input[type="text"] {
    width: 49.6%;
    padding: 15px 35px;
    border-radius: 4px;
    -webkit-appearance: none;
    border: 1px solid #cacaca;
}
.button_img {
    background: url("../images/button-yello.png");
    width: 303px;
    height: 50px;
	cursor:pointer;
	margin-top:11px;
	border:none;
}
h6 {
    font-size: 28px;
   /* padding-top: 5px;*/
    margin: 10px;
}
.disclaimer {
    text-align: justify;
    margin: 50px auto;
    width: 805px;
}
.register_link p {
    font-size: 20px;
    font-weight: bold;
}

.inner_view p {
    font-size: 25px;
    
}
.register_link a {
    font-size: 20px;
    color: black;
    font-weight: bold;
}
.disclaimer p {
    color: 747577;
    font-size: 13px;
}
.inner_video_section {
    background: url("../images/video.png");
    width: 800px;
    height: 499px;
    text-align: center;
    margin: 0 auto;
    
}
.inner_video_section video {
    margin-top: 40px;
    width: 100%;
}
.form_details {
    margin-top: 20px;
}
.calender {
    width: 805px;
    margin: 0 auto;
}
.clndr_img img {
    float: left;
    margin-right: 6px;
	width:60px;
}
.cal_content {
    margin-top: 3px;
    display: inline-block;
}
h3 {
    margin: 0;
    text-transform: uppercase;
    color: #2e92c6;
    font-size: 25px;
    font-weight: bold;
}
span.fix_date {
    background: yellow;
}
.countdown{
overflow: hidden;
   
	}
	.date {
    float: left;
    width: 32%;
}
.clock {
    position: relative;
    left: 65px;
}
.register_link span:after {
    content: '';
    background: url(../images/under.png);
    width: 170px;
    height: 5px;
    display: block;
    position: absolute;
    right: 36.8%;
    /* bottom: 0; */
}
span.cmsms_post_user_name {
    display: none !important;
}