.formboxwrap {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 10px;
}

.formbox {
    background: #F2F7F9;
    border: 1px solid #E2E5E7;
    padding: 10px;
}

.formbox p.p1 {
    font-size: 1.3em;
    margin-top: 20px;
}

.formbox p.p2 {
    font-size: 1.0em;
    margin-bottom: 60px;
}

.formbox span.span1 {
    font-size: 0.7em;
}

.formboxinner {
    padding: 20px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #E2E5E7;
}

.form-group input {
    text-transform: none;
}

.modal {
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-size: 100%;
}

#registerbox{
	border:1px solid rgba(255, 0, 0, 0);
}

.modal-content {
    border: 1px solid rgba(255, 0, 0, 0);
    color: #FFF;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-size: 150%;
    margin: 0 auto;
    text-transform: none;
}

.modal-header {
    background: #F3F3F3;
    border-radius: 10px 10px 0 0;
    font-size: 80%;
    height: 60px;
    border-bottom: 1px solid #ccc;
}

.modal-title {
    font-size: 100%;
}

.modal-body {
    font-size: 60%;
}

.modal-body .infobox {
    background: #FFF;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.modal-body .p_online {
    color: #2DB72D;
    font-weight: bold;
}

.modal-img-preview {
    width: 137px;
    height: 102px;
    border: 1px solid #fff;
    padding: 0;
}

.modal-footer a {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.66);
    font-size: 140%;
}

.close {
    height: 40px;
    width: 40px;
    border: 0px solid #F00;
}

.glyphicon {
    font-size: 150%;
    margin: 0;
    padding: 0;
}

.submitButton {
    width: 100%;
	font-size: 1.2em;
}

.h3_success {
    color: #2DB72D;
}

div.div_success_img {
    padding: 0 20px 0 0;
}

  @media screen and (min-width: 160px) and (max-width: 1000px){
      .modal-dialog {
			width: 90%; /* desired relative width */
			/* place center */
			margin-left: auto;
			margin-right: auto;
		}
    }

  @media screen and (min-width: 1001px) and (max-width: 10000px){
      .modal-dialog {
			width: 54%; /* desired relative width */
			/* place center */
			margin-left: auto;
			margin-right: auto;
		}
    }
	
	@media screen and (min-width: 0px) and (max-width: 500px) {
		.modal-title, .btn-success {
			font-size: 80%;
		}
	}
	
	@media screen and (min-width: 501px) and (max-width: 10000px) {
		.modal-title, .btn-success {
			font-size: 100%;
		}
	}
	
