/* ------------------------------------ * School Carpool CSS Saturday, August 19, 2006 10:26:33 PM Copyright 2006 Ecclaim http://www.ecclaim.com * ------------------------------------ */ body { font-family: "MS Trebuchet", sans-serif; } input { width: 150px; } .errormessage { font-size: 12pt; text-align: center; font-weight: bold; background-color: red; } .signintitle { color: black; background-color: #e5e5e5; /*position: absolute; top: 200; */ margin-left: 212px; margin-top: 30px; width: 250px; border-left: gray solid; border-top: gray solid; border-right: gray solid; padding: 10px; visibility: visible; font-weight: bold; font-family: sans-serif; font-size: larger; } .signintitle p { text-align: center; } .signinbody { /*position: absolute; left: 30%; */ margin-left: 212px; color: black; background-color: white; width: 250px; border-left: gray solid; border-bottom: gray solid; border-right: gray solid; padding: 10px; visibility: visible; font-weight: normal; font-family: sans-serif; font-size: 7pt; text-align: justify; } .signinbody td { color: black; } .wideblockbody { color: black; background-color: white; width: 95%; border-left: gray solid; border-bottom: gray solid; border-right: gray solid; padding: 10px; margin-top: 0px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; visibility: visible; font-weight: normal; font-family: sans-serif; font-size: 7pt; text-align: justify; } .wideblocktitle { color: black; background-color: #e5e5e5; width: 95%; border-left: gray solid; border-top: gray solid; border-right: gray solid; padding: 10px; margin-top: 10px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px; visibility: visible; font-weight: bold; font-family: sans-serif; font-size: larger; } td { font-size: 9pt; } .unboundblock { color: black; background-color: #e5e5e5; width: 95%; border: gray solid; padding: 10px; margin-top: 0px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; visibility: visible; font-weight: normal; font-family: sans-serif; font-size: 9pt; text-align: justify; }