.content{
    background: url(../images/notice_bg.png) no-repeat right;
}
.more_metting{
    width: 461px;
	background-color: rgba(225, 239, 255, 0.6);
}
.register_form{
    display: none;
}
.register_form form{
    background-color: rgba(255,255,255,0.6);
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 71, 142, 0.27);
	border-radius: 10px;
    padding:50px 100px;
}
.form_item{
    margin-top: 20px;
}
.form_item input{
    background-color: #ffffff;
	border: solid 1px #dedfe0;
    height: 35px;
    width: 419px;
}
.form_item .btn,
.btn_reg{
	background-color: #003bab;
	border-radius: 20px;
    padding:8px 40px;
    color: #fff;
    cursor: pointer;

}

.metting_info p{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #444444;
}
.register_form table tr td{
    padding-top: 20px;
}
.register_form table tr td input{
    background-color: #ffffff;
	border: solid 1px #dedfe0;
    height: 35px;
    width: 419px;
    margin-left: 10px;
text-indent:10px;
}
.register_form table tr td input[type="button"],
.register_form table tr td input[type="reset"]{
    width: auto;
    border-radius: 20px;
    padding:0 40px;
text-indent: 0;
}

.register_form table tr td input[type="button"]{
	background-color: #003bab;
	border-radius: 20px;
    padding:0 40px;
    color: #fff;
    cursor: pointer;

}