.Saml
{
    background: #ededed;
    font-family: 'Open Sans', sans-serif;
}

.Saml .RecordHeader {
    height: 72px !important;
    background: none repeat scroll 0% 0% #FFF;
    margin: 0px -48px;
    padding: 0px 48px;
    border-bottom: 1px solid #D7D7D7;
}

.Saml .RecordHeaderContainer{

    font-size: 18px;
    color: #454545;
    text-align: left;
    line-height: 48px;
}


.Saml .BasicsBox
{
    text-align: center;
}

.Saml .OptionsBox
{
    text-align: left;
    margin-top: 30px;
}

.Saml .form_container
{
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;

    display: inline-block;
}




.Saml .BasicsBox .Question
{
    padding-bottom: 8px;
}

.Saml .BasicsBox .Question .QuestionInput .customInput{
    margin-top: 0;
}

.Saml .BasicsBox .Question .customInput{
    margin-top: 10px;
}

.Saml .BasicsBox .Question label
{
    width: 172px;
    margin: 7px 0 0 0;
    padding: 0 21px 0 0;
    font-size: 14px;
    line-height: 21px;
    color: #3a3a3a;
    text-align: right;
    -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.54);
    -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.54);
    -o-text-shadow: 0 1px 0 rgba(255,255,255,0.54);
    -khtml-text-shadow: 0 1px 0 rgba(255,255,255,0.54);
    text-shadow: 0 1px 0 rgba(255,255,255,0.54);
}

.Saml .BasicsBox .Question input[type="button"].medcomplementwidth
{
    width: 98px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #777;
    background: #919191;
    font-size: 14px;
    color: #fff;
    margin-left: -12px;
    vertical-align: sub;
}

.Saml .BasicsBox .Question input[type="button"].medcomplementwidthAdd
{
    width: 80px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #777;
    background: #919191;
    font-size: 14px;
    color: #fff;
    margin-left: 6px;
    vertical-align: sub;
}


.Saml .BasicsBox .Question .saveCancelButtonGroup
{
   text-align: right;
   padding-right: 108px;
}

.Saml .BasicsBox .Question .emailInput_label
{
    width: 440px;
}

.Saml .BasicsBox .Question .email_hint
{
    text-align: left;
    width: 440px;
}

.Saml .BasicsBox .Question .url_for_getip
{
    width: 200px;
}

.Saml .BasicsBox .Question .url_for_getipbase
{
    color: gray;
    width: 220px;
}

.Saml .BasicsBox .Question .saveURLforGetIP
{
   text-align: right;
}