.container h1 {
    background: none;

}

select#companies {
    display: block;
}
.container select {
    float: left;
    margin: 0 5px 0 0;
}
span.small {
     background: url("../gfx/forms/forms-input-small.gif") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 21px;
    padding: 3px 1px 2px 8px;
    width: 176px;
}
#companies{ border: 0px}
.container {
    height: 35px;
    margin: 0 auto;
    position: relative;
    width: 740px;
}

.container h1 {
    background: none repeat scroll 0 0 transparent;
    color: #c1cdff;
    font-size: 90px;
    font-weight: bold;
    left: 100px;
    text-align: center;
}
.container form.role {
    float: none;
    width: auto;
}
.box .title span.hide {
    background: none;
    cursor: pointer;
    float: right;
    height: 21px;
    margin: -4px 5px 0;
    overflow: hidden;
    width: auto;
}
.top-wrapper{ height: 120px}
.top{ top: 60px}


.alert.info {
    background-color: #D8E7FA;
    background-image: url("../img/icons/packs/fugue/16x16/information.png");
    border-color: #9DBFEA;
    color: #00357B;
}

.alert {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    margin-bottom: 9px;
    margin-top: 10px;
    padding: 10px 10px 10px 35px;
}

.icon-container {
    display: block;
    height: 24px;
    margin-left: 11px;
    margin-top: 9px;
    width: 24px;
}

.icon-user {
    background-image: url("../img/icons/packs/fugue/24x24/user-business.png");
}
.icon-company {
    background-image: url("../img/icons/packs/fugue/24x24/company.png");
}
.select-rol h2{ margin-top: 8px}

.select-rol .box .title {

    padding: 2px 0 8px;
}

select.chzn-select{
     background-clip: padding-box;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center bottom , #EEEEEE 0%, white 50%);
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    color: #444444;
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
select.chzn-select option{
    background: #3875d7;
  color: #fff;
}
span.text-start {
   /* display: block;
    height: 20px;
    left: 20px;
    margin-bottom: 90px;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: -50px;*/
    position: absolute;
    text-align: center;
    top: -50px;
}
span.text-start span {
    color: #7BB4DC;
    font-weight: bold;
    left: 190px;
    position: absolute;
    text-transform: uppercase;
    top: -25px;
    width: 660px;
}
.power-by {
    display: block;
    height: 17px;
    left: 670px;
    position: absolute;
    top: 230px;
    width: 67px;
}
.power-by-img{ background: url(../images/logo-directiva.png) 0 0 no-repeat; width: 67px; height: 17px; display: block;}
