@charset "utf-8";
/* CSS Document */



}

.boxAbout {
    width:550px;
    height:300px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-250px; /* half of width */
    margin-top:-180px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}

.CaregiverPage {
    width:450px;
    height:100px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-225px; /* half of width */
    margin-top:-175px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}

.DashStart {
    width:450px;
    height:100px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-225px; /* half of width */
    margin-top:-50px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}
.Invoices {
    width:900px;
    height:600px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-450px; /* half of width */
    margin-top:-300px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}


.boxForgotPass {
    width:300px;
    height:100px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-250px; /* half of width */
    margin-top:-180px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}
.PragraphCenter {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
	text-align:justify;
	margin-left:auto; /* half of width */
    margin-top:auto;  /* half of height */

}
