/* add RNT */
.nuke-overlay {width:100%; height:100%; background:url(/web/images/nuke-fancy-bg.png); z-index:10000;left:0; top:0; position:fixed;}
.nuke-modal-content {width:45%; padding:15px; background:#fff; z-index:10001; margin:0 auto; margin-top:20%; position:fixed; left:50%; right:50%; left:-300px; right:-300px; -moz-border-radius:10px; -webkit-border-radius:10px; -o-border-radius:10px; border-radius:10px; -moz-box-shadow:0 0 10px #000; -webkit-box-shadow:0 0 10px #000; -o-box-shadow:0 0 10px #000; box-shadow:0 0 10px #000;}
.nuke-modal-content h3 {text-transform:uppercase; font-family: 'Lato', sans-serif; font-size:22px; margin-bottom:6px; font-weight:700;}
.nuke-modal-content p {margin-bottom:4px;}
.nuke-modal-content span {font-size:10px; margin-bottom:4px; color:#666;}
.nuke-ok {border:5px solid #b6e243;}
.nuke-ok h3 {color:#b6e243;}
.nuke-error {border:5px solid #e24242;}
.nuke-error h3 {color:#e24242;}
.nuke-small-notes {font-size:10px;}
a.nuke-close-modal {position:absolute; top:-17px; right:-17px; text-indent:-9999px; background:url(/web/images/fancy_close.png) no-repeat; width:34px; height:34px;}

#register-form {}
#register-form .input-wrap input {width:70%;}
#register-form .input-wrap input.input-s {width:15%;}
#register-form .input-wrap select {width:80%;}
#register-form .input-wrap textarea {width:80%; height:100px;}
#register-form .button-area {padding-left:30%;}
#register-form .captcha-wrap {left:28%; top:2px;}

.apply-wrap { float:right; margin-right:20px; margin-bottom:20px; margin-top:10px;}
.apply-wrap > a.applylink { text-decoration:none;  font-weight:600;background:url(../images/green-pat-1.gif) #72bf44; color:#fff; padding:7px 10px; text-shadow:1px 1px 0 #508431; border:none;
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px;}
.apply-wrap > a.applylink:hover {background:url(../images/green-pat-2.gif) #5d9f37;}	