.clear {
    clear: both;
}

.nodisplay, .hidden {
    display: none;
}

.field-error input,
.field-error textarea{
    border: 1px solid red;
}
.err {
	font-size: 14px;
	color: #f00;
}

ul.error_list {
	list-style: none;
}
.error_list li{
    color: #f00;
    font-size: 0.8em;
    padding: 0 8px;
}
#teaser-wrapper {
    width: 636px;
    height: 451px;
    margin-top: 47px;
}

#webinar-teaser {
	height: 390px;
	padding:0 10px;
	overflow: hidden;
}
#teaser-wrapper2 {
	margin-top: 10px;
	height: 370px;
	overflow: hidden;
}
#webinar-teaser img {
	width: 100%;
}

fieldset.submit {
	padding: 10px 0;
}
.submit input[type="image"], .process {
	display: block;
	height: 64px;
	width: 310px;
	margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: normal;
}

.process {
	display: table-cell;
	vertical-align: middle;
}
label[for="is_agree_with_sms"] {
	width: 320px;
	font-size: 12px;
	display: block;
}
label[for="is_agree_with_sms"] div {
    margin-left: 26px;
}
div.time {
    padding-left: 17px;
}
div#phone_details {
    margin-left: 26px;
}

#register-form .main ::-webkit-input-placeholder { color: #000; }
#register-form .main :-moz-placeholder           { color: #000; }
#register-form .main ::-moz-placeholder          { color: #000; }
#register-form .main :-ms-input-placeholder      { color: #000; }

#register-form .main input {
    font-size: 100%;
    padding: 6px 0px 2px 12px;
    background-repeat: no-repeat;
}
#register-form .main select {
    font-size: 100%;
    padding: 4px 0 0 8px;
    background-repeat: no-repeat;
}
#register-form .main input[type="checkbox"] {
    background-size: 20px 20px;
}
#register-form .main input[type="checkbox"] + label span {
    width:26px;
    height:24px;
    background-size: 20px 20px;
}
#register-form .main input[type="checkbox"]:checked + label span {
    background-size: 20px 20px;
}
