body {width:100%; font-family: Verdana, Arial, sans-serif; font-size: 76%;}
#wrapper {min-width: 700px; width: 700px;}
#page {width: 100%;}
#header { width: 100%; clear: both;padding-top:10px;}
.logo {float: left; width: 15%;}
.section_header {width: 84%; float: right; text-align: right;display:block;}
#page_body {clear: both; width: 100%;}
.section_middle_left {background-color: #EEEEEE; float: left; width: 15%;margin-right: 1%}
.section_middle_center {float: left; width: 68%;margin-right: 1%; text-align: center;}
.section_middle_center img {margin: 0 auto; display: block; clear:both;}
.section_middle_right {background-color: #EEEEEE; float: left; width: 15%;}
#footer {width: 100%; clear: both;}
#footer .left {width: 25%;float: left;}
#footer .section_footer {width: 50%; float: left; text-align: center;}
#footer .right {width: 25%;float: left; text-align: right;}
.workgroups {width: 100%; margin: 10px auto; text-align: center;}
.workgroups .destination {width: 120px;  float: left; text-align: center; margin: 5px;}
.workgroups .button {padding: 5px 10px; width: 80px; clear: both; background-color: #FF0000; color: #FFFFFF; cursor: pointer;cursor: hand;}
.workgroups .button:hover {background-color: #000000;}
.workgroups p {padding:5px;}

/* DESTINATION POPUP */
#workgroup {display:block; width:100%; padding: 10px 0 0 0; margin-bottom:10px; border-bottom:1px solid #CCCCCC; }
#workgroup .title{font-weight: bold; float: right; padding-left: 10px;}
#destination {width: 430px;}
#destination #wrapper {min-width: 400px; width: 100%;}
#destination .section_header {width: 70%;}
#destination #footer .left{width: 20%;}
#destination #footer .right{width: 70%;}
#destination #form_title {margin: 2px 0;}
#destination #form_instructions {margin: 2px 0;}
#destination .mandatory {color: red;}
#destination .error {color: red;}
#destination .success {color: green;}
#destination .page_body {clear: both; float: none; margin: 10px 0;}
#destination input {width: 100%; border:none; border: 1px solid #D0D0D0;}
#destination label {clear: both; width: 100%; font-size: 110%; color: #96887E;}
.email_validation_false {color: #FF0000; border:1px solid red;}
.email_validation_true {color: green; border:1px solid green; }
