#registration-blackout {
	position: absolute;
	top: 0;
	left: 0;
	height: 200%;
	width: 100%;
	background-color: #333333;
	opacity: .7;
	filter: alpha(opacity=70);
	display: none;
	z-index: 100;
}
#registration {
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -325px;
    width: 650px;
    height: 200px;
    z-index: 101;
    display: none;
}

#activate-form, #college-form {
	display: none;
	margin-top: 10px;
}

#activate-form, #college-form select input {
	font-size: 9pt;
}

#activate {
	margin-left: 20px;
}
#register {
	margin-left: 20px;
}

.modal{
    position: absolute;
    left: 45%;
    top: 25%;
    z-index: 51;
    display: none;
}

.overlay  {
    border-width: 0;
    margin: 0;
    padding: 0;
    background:black none repeat scroll 0 0;
    display:none;
    height:2500px;
    left:0;
    filter:alpha(opacity=70);
    opacity: 0.70;
    top:0;
    width:100%;
    z-index:50;
    display:none;
    position:fixed;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
}

#register-wrapper {
	margin: 0 auto;
	width: 650px;
   background-color: #F0F1EF;
}

#register-header {
	width: 650px;
	height: 104px;
	background-image: url(/images/account-header.png);
	background-repeat: no-repeat;
}

#register-close {
	position: relative;
	top: -100px;
	left: 600px;
}

#register-footer {
	width: 650px;
	height: 11px;
	background-image: url(/images/account-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}

#register-col-left {
    padding: 10px 0px 25px 25px;
    width: 248px;
    float: left;
    background: #F0F1EF;
}

#register-col-left select {
	font-size: 9pt;
}

*html #register-col-left {
    display:inline;
}

#register-col-right {
   background: #F0F1EF;
   float: right;
   width: 367px;
   /*height: 390px;*/
}

.callout {
    color: #ffffff;
    background-repeat: repeat-y;
}

.callout-inner {
    background-position: top;
    background-repeat: no-repeat;
}

.callout .callout-inner p {
    padding: 20px 25px 25px 50px;
    background-position: bottom;
    background-repeat: no-repeat;
    color: white;
}

.callout .callout-inner span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    padding-bottom: 4px;
}

.callout .callout-inner a {
    color: #F90;
    text-decoration: underline;
}

.question1 {
    float: left;
    left: 30px;
    top: 10px;
    width: 338px;
    z-index: 10;
    background-image: url(/images/bubble-red-repeater.gif);
    display: none;
}

.question1 .callout-inner {
    background-image: url(/images/bubble-red-top.gif);
}

.question1 p {
    background-image: url(/images/bubble-red-bottom.gif);
}

.question2 {
    /*position: absolute;*/
    float: left;
    left: 301px;
    top: 100px;
    width: 338px;
    z-index: 20;
    background-image: url(/images/bubble-red-repeater.gif);
    display: none;
}

.question2 .callout-inner {
    background-image: url(/images/bubble-red-top2.gif);
}

.question2 p {
    background-image: url(/images/bubble-red-bottom.gif);
}

#student-type {
	width: 235px;
}

#instution, #instution-hs {
	width: 235px;
}
