#intro {
    margin: 10px;
}
#recruit {
    position: relative;
    width: 470px;
    height: 350px;
    margin: 60px 40px 40px 40px;
    float: left;
    clear: left;
    background-color: transparent;
    font-weight: bold;
}
#vision {
    margin: 0 0 0 15px;
    color: #cccccc;
}
#recForm {
    float: left;
    clear: right;
    margin: 60px 10px 40px 0;
    
    background-color: transparent;
}
#recForm #labelMain {
    color: #20679e;
    font-weight: bold;
    font-size: 18pt;
}
#recForm #labelSub {
    color: #ffffff;
    font-weight: bold;
    font-size: 8pt;
    letter-spacing: -.1em;
}
#recForm .recLabel {
    font-weight: bold;
    color: #9c9c9c;
    line-height: 2em;
}
#recForm input.recInput {
    clear: both;
    background-color: #9c9c9c;
    width: 100%;
    border: none;
    padding-left: .25em;
}
#recForm input#recSubmit {
    background-image: url(images/recruitSubmit.gif);
    background-repeat: no-repeat;
    background-position: top center;
    height: 23px;
    margin-top: 23px;
}
#enter {
    float: right;
    color: #cccccc;
    margin: -1.75em 15px 0 0;
    line-height: 1.5em;
}
#nyroModalContent {
    /*background-color: #000000;*/
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

div#nyroModalWrapper {
    border-width: 0;
    background-color: transparent;
    background-image: url(images/trans65.png);
    background-repeat: repeat;
}
#nyroModalTitle {
    width: 100%;
    color: #252525;
    line-height: 2em;
    background-color: #49515a;
    font-weight: bold;
    float: left;
}
/*.topContainer div {
    background-color: #49515a;
}*/


