@charset "utf-8";
/* CSS Document */


/* !!!!!!!!
* Place the following styles in wc_styles.css or delete if already added from another form.
* These styles must be in wc_styles.css so the confirmation page can use them as well.
* !!!!!!!!
*/
body{font-family: 'Open Sans', sans-serif !important;}
h2.main_page_title{text-align: center;}
.col1{text-align: right;vertical-align: top;padding-top: .5em;/*	font-size: 10pt; /* uncomment if needed */}
.col2{vertical-align: top;/*	font-size: 10pt; /* uncomment if needed */}
.selected{color: #000099;font-weight: bold;}

/* validation test link (appears in top right) - move this to wc_styles.css or delete */
.validationTestLink{ display: block; width: 100px; height: 1.5em; position: fixed; top:0; right:0; border: 3px double black; text-align: center; background-color: white; }
.bValidationTestLink{ display: block; width: 130px; height: 1.5em; position: fixed; top:1.5em; right:0; border: 3px double black; text-align: center; background-color: white; }
* html .validationTestLink{ position: absolute; }
*:first-child+html .validationTestLink{ position: absolute; }
* html .bValidationTestLink{ position: absolute; }
*:first-child+html .bValidationTestLink{ position: absolute; }

p#stagingForm { margin: 0;padding: 3px 0; position: fixed; bottom: 0px; right: 0px; width: 200px; height: 20px; text-align: center; 
background-color: #22851b; color: #ffffff; font-weight: bold; border-top-left-radius: 7px; -moz-border-radius-topleft: 7px; 
-webkit-border-top-left-radius: 7px; }