#modalContainer {
    background-color:rgba(0, 0, 0, 0.3);
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:10000;
   /* background-image:url(xxx.png); /* required by MSIE to prevent actions on lower z-index elements */
}
#alertBox {
    position:relative;
    width:300px;
    min-height:100px;
    margin-top:70px;
    border:1px solid #666;
    background-color: #fff;
    background-repeat:no-repeat;
    background-position:20px 30px;
	background-image:url(	background-image:url(http://sanatorio9dejulio.com.ar/gestsan/herramientas2.png);
}
#modalContainer > #alertBox {
    position:fixed;
}
#alertBox h1 {
    margin:0;
    font:bold 0.9em verdana,arial;
    background-color:orange;
    color:#FFF;
    border-bottom:1px solid #000;
    padding:2px 0 2px 5px;
}
#alertBox p {
    font:0.7em verdana,arial;
    height:50px;
    padding-left:5px;
    margin-left:55px;
}
#alertBox #closeBtn {
    display:block;
    position:relative;
    margin:5px auto;
    padding:7px;
    border:0 none;
    width:70px;
    font:0.7em verdana,arial;
    text-transform:uppercase;
    text-align:center;
    color:#FFF;
    background-color:orange;
    border-radius: 3px;
    text-decoration:none;
}
/* unrelated styles */
#mContainer {
    position:relative;
    width:600px;
    margin:auto;
    padding:5px;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    font:0.7em verdana,arial;
}
h1,h2 {
    margin:0;
    padding:4px;
    font:bold 1.5em verdana;
    border-bottom:0px solid #000;
}
code {
    font-size:1.2em;
    color:#069;
}

#credits {
    position:relative;
    margin:25px auto 0px auto;
    width:350px; 
    font:0.7em verdana;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    height:90px;
    padding-top:4px;
}

#credits img {
    float:left;
    margin:5px 10px 5px 0px;
    border:1px solid #000000;
    width:80px;
    height:79px;
}

.imgRedonda {
    width:30px;
    height:30px;
    border-radius:150px;
}

.imgRedonda1 {
    width:57px;
    height:57px;
    border-radius:150px;
}

.imgRedonda2 {
    width:77px;
    height:77px;
    border-radius:150px;
}

.imgRedonda3 {
    width:127px;
    height:127px;
    border-radius:150px;
}

.imgRedonda5 {
    width:47px;
    height:47px;
    border-radius:150px;
}
.important {
    background-color:#F5FCC8;
    padding:2px;
}

code span {
    color:green;
}

a:link {color:grey;}
a:visited {color:grey;}
a:active {color:grey;}

table  {font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 10px;    margin: 0px;     width: 100%; text-align: left;    border-collapse: collapse; }
th {font-size: 12px;     font-weight: bold;     padding: 8px;     background: #f29d26;
    border-top: 2px solid #E0E0E0;    border-bottom: 2px solid #E0E0E0; color: #6e6e6e; }
td {padding: 3px; background: #fffff; border-bottom: 0px solid #E0E0E0; color: gray;  border-top: 0px solid transparent; }
body {font-family: Arial, Helvetica, sans-serif;}

  
body {font-family: Arial, Helvetica, sans-serif;}
/* The alert message box */
.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}
/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}
Try it Yourself »

/*= general
--------------------------------------------------------*/

body {
    background: #ffff;
    font-family: 'Open Sans', sans-serif;
    color: #777;
}
 
a {
    color: #f58220;
    font-weight: 400;
}
 
span {
    font-weight: 300;
    color: #f58220;
}
 
.mlogin {
    margin: 20px auto 0;
}

.mlogin2 {
    margin: 40px auto 0;

}
 

.mlogin3 {
    margin: 40px auto 0;

}


.mregister {
    margin: 20px auto 0;
}
.error {
    
    margin: 40px auto 0;
    border: 1px solid #777;
    padding: 3px;
    color: #fff;
    text-align: center;
    width: 650px;
    background: #f58220;
}
.regtext {
    font-size: 13px;
    margin-top: 26px;
    color: #777;
}
/*= CONTAINERS
--------------------------------------------------------*/
.container {
    padding: 25px 16px 25px 10px;
    font-weight: 400;
    overflow: hidden;
    width: 350px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 13px rgba(0,0,0,.13);
}

.container2 {
    padding: 25px 16px 25px 10px;
    font-weight: 400;
    overflow: hidden;
    width: 350px;
    height: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.27);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.27);
    box-shadow: 0 1px 14px rgba(0,0,0,.27);
}


.container7 {
    padding: 25px 16px 25px 10px;
    font-weight: 400;
    overflow: hidden;
    width: 777px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.27);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.27);
    box-shadow: 0 1px 14px rgba(0,0,0,.27);
}

.container3 {
    overflow: hidden;
    width: 90%;
    height: 1077px;
    background: #fff;
    -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.13);
    -moz-box-shadow: 0 1px 7px rgba(0,0,0,.13);
    box-shadow: 0 1px 17px rgba(0,0,0,.13);
}
 
#welcome {
    width: 500px;
    padding: 30px;
    background: #fff;
    margin: 160px auto 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
 
.container h1 {
    color: #777;
    text-align: center;
    font-weight: 300;
    border: 1px dashed #777;
    margin-top: 13px;
}
 
.container label {
    color: #777;
    font-size: 14px;
}
 
.container2 h1 {
    color: #777;
    text-align: center;
    font-weight: 300;
    border: 1px dashed #777;
    margin-top: 13px;
}
 
.container2 label {
    color: #777;
    font-size: 14px;
}


.container7 h1 {
    color: #777;
    text-align: center;
    font-weight: 300;
    border: 1px dashed #777;
    margin-top: 13px;
}
 
.container7 label {
    color: #777;
    font-size: 14px;
}

.container3 h1 {
    color: #777;
    text-align: center;
    font-weight: 300;
    border: 1px dashed #777;
    margin-top: 13px;
}
 
.container3 label {
    color: #777;
    font-size: 34px;
}


#login {
    width: 320px;
    margin: auto;
    padding-bottom: 15px;

}


#login2 {
    width: auto;
    margin: auto;
    padding-bottom: 15px;
}

#login3 {
    width: 100%;
    margin: auto;
    padding-bottom: 15px;
	
}
#login7 {
    width: 777px;
    margin: auto;
    padding-bottom: 15px;

}


 
.container form .input,.container input[type=tel],.container input[type=mail],.container input[type=text],.container input[type=password],.container input[type=e] {
    background: #fff;
    font-size: 24px;
    line-height: 1;
    width: 100%;
    padding: 3px;
    margin: 0 6px 5px 0;
    outline: none;
    border: 1px solid #d9d9d9;
}
 
.container form .input:focus {
    border: 1px solid #f58220;
    -webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
}

.container2 form .input,.container2 input[type=tel],.container2 input[type=mail],.container2 input[type=text],.container2 input[type=password],.container2 input[type=e] {
background:transparent;
    font-size: 20px;
    line-height: 1;
    width: 95%;
    padding: 3px;
    margin: 0 6px 5px 0;
    outline: none;
    border: 1px solid grey;
}
 
.container2 form .input:focus {
    border: 1px solid #f58220;
    -webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
}


.container3 form .input,.container2 input[type=tel],.container2 input[type=mail],.container2 input[type=text],.container2 input[type=password],.container2 input[type=e] {
    background:transparent;
        font-size: 20px;
        line-height: 1;
        width: 95%;
        padding: 3px;
        margin: 0 6px 5px 0;
        outline: none;
        border: 1px solid grey;
    }
     
    .container3 form .input:focus {
        border: 1px solid #f58220;
        -webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
        -moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
        box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    }

    .container7 form .input,.container7 input[type=tel],.container7 input[type=mail],.container7 input[type=text],.container7 input[type=password],.container7 input[type=e] {
        background:transparent;
            font-size: 20px;
            line-height: 1;
            width: 777px;
            padding: 3px;
            margin: 0 6px 5px 0;
            outline: none;
            border: 1px solid grey;
        }
         
        .container7 form .input:focus {
            border: 1px solid #f58220;
            -webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
            -moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
            box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
        }
        
    .container4 form .input,.container4 input[type=tel],.container4 input[type=mail],.container4 input[type=text],.container4 input[type=password],.container4 input[type=e] {
        background:transparent;
            font-size: 20px;
            line-height: 1;
            width: 777px;
            padding: 3px;
            margin: 0 6px 5px 0;
            outline: none;
            border: 1px solid grey;
        }
         
        .container4 form .input:focus {
            border: 1px solid #f58220;
            -webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
            -moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
            box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
        }
/*= BUTTONS
--------------------------------------------------------*/
 
.button{
border: solid 1px #da7c0c;
                background: #f78d1d;
                background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
                background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
                filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
                color: #fff;
padding: 7px 12px;
-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
float: right;
cursor: pointer;
}
 
.button:hover{
background: #f47c20;
                background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
                background: -moz-linear-gradient(top,  #f88e11,  #f06015);
                filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
 



.button3{
    border: solid 1px #43a363;
                    background: #43a363;
                    background: -webkit-gradient(linear, left top, left bottom, from(#a1d1b1), to(#43a363));
                    background: -moz-linear-gradient(top,  #a1d1b1,  #43a363);
                    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
                    color: #fff;
    padding: 27px 34px;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
    float: center;
    cursor: pointer;
    font-size:4.2em;

    }
     
    .button3:hover{
    background: #a1d1b1;
                    background: -webkit-gradient(linear, left top, left bottom, from(#b0d1bb), to(#8ea595));
                    background: -moz-linear-gradient(top,  #abd1b7,  #718f7b);
                    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
    }
/*= FOOTER
--------------------------------------------------------*/
footer {
    color: #777;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}



.vertical-menu {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color:  grey;
}

.vertical-menu a {
    background-color: white;
    color: black;
    display: block;
    padding: 4px;
    text-decoration: none;

}

.vertical-menu a:hover {
    background-color: ccc;
}

.vertical-menu a.active {
    background-color: #f29d26;
    color: white;
}

.vertical-menup {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color:  grey;
}

.vertical-menup a {
    background-color: white;
    color: black;
    display: block;
    padding: 2px;
    text-decoration: none;

}

.vertical-menup a:hover {
    background-color: ccc;
}

.vertical-menup a.active {
    background-color: #f29d26;
    color: white;
}


