﻿body {
}
.formStyle label { 
display: block; /* block float the labels to left column, set a width */
float: left; 
width: 150px; 
padding: 0; 
margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
text-align: right; 
}
.formStyle { /* set width in form, not fieldset (still takes up more room w/ fieldset width */
font:100% verdana,arial,sans-serif;
margin: 0;
padding: 0;
min-width: 500px;
max-width: 600px;
width: 560px; 
}
.formStyle fieldset {
/* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
/*border-color: #3399CC;
border-width: 5px;
border-style: solid; */
padding: 0px; /* padding in fieldset support spotty in IE */
margin: 0;
border: 5px solid #3399CC;
}

#adminStyle fieldset {
border:5px solid #3399CC;
margin:1em 0;
padding:1em;
}

#floatColumns  {
  float: left;
  display: inline;
  width: 45%;
}

.repeaterColumns {
  float:left; 
  display:inline-block; 
  width: 45%;
  margin: 5px;
}

.grayBar {
  background-image: url(Images/purchasedivider.png);
  padding: 0px; 
  margin: 10px 0px 10px 0px; 
  clear: both; 
  width: 98%;
  height: 4px;  
}
.searchFormTop label
{
    display: inline-block;
    margin-right: 10px;
}

.repeaterGroup 
{
    margin-right:25px;
    border: solid 1px gray;
    float: left; 
    display: inline; 
    width: 45%;
    padding: 9px;
}



.adminHeader {
    vertical-align: top;
    
}
.adminHeader h1 {
    float: left;
    display: inline-block;
}

.repeaterGroup .divDepartment {
    color: #CC0033;
    font-size: 12pt;
    font-family: 'Arial Black', Helvetica, Sans-Serif;
    font-weight: bold;
}

.repeaterGroup .divDepartmentText {
    font-size: 10pt;
    font-family: 'Arial', Helvetica, Sans-Serif;
    font-weight: normal;
}

.repeaterGroup .divDepartmentProductText 
{
    color: #000088;
    font-weight: bold;
    font-size: 12pt;
    font-family: 'Arial', Helvetica, Sans-Serif;
    
}

.ProductName {
    font-size: large;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: block;
}
.SubProductName {
    font-size: medium;
    font-weight: bold;
}
.acceptCheckBox {
    font-size: medium;
    font-weight: bold;
}

.pad10
{
    padding: 10px;
}
.dxeEditArea
{
    font-size: 10pt;
}

.signatureWrapper {
    border: 1px solid grey;
    padding: 10px;
    margin: 10px;
    width: 775px;
    height: 190px;
}

.signatureWrapper h2
{
    color: #cc0033;
    font-family: "Arial Black", Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 10px;
}

.signatureWrapper .left, .signatureWrapper .right
{
    float: left;
    padding-right: 10px;
    display: block;
}

#switchIndividual
{
    background-color: #ccc;
    height: auto;
}


.signatureWrapper .right
{
    width: 630px;
}

.signatureWrapper .right p
{
    margin: 0 10px 10px 10px;
}

.hiddenWarning
{
    display: none;
    padding: 5px;
}