.modal-dialog {
    right: auto;
    left: 50%;
    width: 680px;
    padding: 0px;
    padding-top: 80px;
    padding-bottom: 30px;
}
.modal-body {
    padding: 0px;
    padding-top: 5px;
    position: relative;
}
.modal-content {
    height: 510px;
}
.modal-content.athlete1 {
    background-image: url(/img/overlay/bg-polarplunge.png);
}
.modal-content.athlete2 {
    background-image: url(/img/overlay/bg-athlete2.png);
}
.modal-content.athlete3 {
    background-image: url(/img/overlay/bg-athlete3.png);
}
.modal-header .close {
    background: url(/img/overlay/close.png) no-repeat;
    width: 13px;
    height: 13px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.modal-header {
    min-height: none;
    padding: 0px;
    padding-top: 5px;
}
.modal-footer, .modal-header {
    border: none;
}
.close {
    opacity: 1;
}
.modal-body .intro {
    font-size: 21px;
    color: #cd0022;
    font-weight: bold;
    text-transform: none;
    padding-bottom: 0px;
}
.modal-body .intro.small {
    font-size: 13px !important;
    color: #000000;
    font-weight: bold;
    text-transform: none;
    padding: 0px;
    padding-bottom: 10px;
}
.modal-body .main-text, .modal-body .intro {
    font-size: 21px;
    display: block;
}
.modal-body .intro.two, .modal-body .main-text.two {
    font-size: 18px;
    display: inline;
}
.modal-body .main-text.two {
    margin-bottom: 10px;
}
.col-xs-8.modal-text.pull-right {
    width: 380px;
    margin-right: 35px;
    padding-left: 0px;
}
.well.two{
	margin-top: 10px;
}
.modal-body .main-text {
    font-weight: 300;
    padding-bottom: 15px;
}
.well .intro {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    padding: 0px 40px 10px 40px;
}
.modal-body .well {
    text-align: center;
    width: 370px;
}
.well label {
    font-weight: normal;
    padding: 0px 4px 0px 4px;
}
.other input {
    width: 45px;
    height: 25px;
    margin-left: 3px;
    padding: 0px;
    display: inline;
}
.modal-text .btn-danger {
    width: 180px;
    height: 45px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #cd0022;
}
.modal-text .btn-danger:hover {
    background-color: #e02128;
}
.row.button {
    padding: 15px 0px;
}
.row.button.no-padding{
	padding: 0px;
}
.pull-right.verify {
    position: relative;
    left: 30px;
    top: -5px;
}
.box {
    text-align: center;
}
.row.first-last-name {
    text-align: left;
}
.first-last-name .form-control {
    height: 25px;
    padding: 6px 6px;
    margin-bottom: 10px;
}
