@charset "utf-8";

#reg_form{width: 525px;margin: 20px auto;}
.form-horizontal .form-group{

	margin-right: 0px;
	margin-left: 0px;
}
#reg_intro td{padding:5px 0px;}
.green_text{color: rgb(97,145,1);}
.info-text{
    text-align: center;
    height: 100px;
    font-size: 20px;
    font-weight: bold;
}
.center{
    text-align: center;
}

.is_error{
	border:1px solid red;
}
#main{
	margin-top:20px;
}