/* CSS Document */

div.subTitle { padding-left: 7px; padding-top: 3px; height: 23px; width: 806px; background-image: url('/images/background_title.jpg'); background-repeat: no-repeat; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; }
span.messagePreview { font-family: Courier; color: #666; }

div.wideLabel { padding-right: 10px; width: 230px; float: left; }

div.bigInputLabel { float: left; width: 150px; padding-bottom: 5px; }

div.normalInputLabel { float: left; width: 100px; padding-bottom: 5px; }
div.normalInput { padding-bottom: 5px; float: left; padding-right: 10px; }
input.normalInput { width: 250px; float: left;  }

input.mediumInput { width: 217px; float: left; }
div.mediumInputLabel { width: 150px; float: left; padding-bottom: 5px; }
div.mediumInput { padding-bottom: 5px; float: left; padding-right: 10px; }

div.smallInputLabel { float: left; padding-left: 10px; padding-bottom: 5px; padding-right: 10px;}
div.smallInput { padding-bottom: 5px; float: left; padding-right: 10px; }
input.smallInput { width: 108px; float: left; }

input.longInput { width: 400px; }
input.addressInput { width: 350px; }
input.verySmallInput { width: 43px; }

div.formSpacing { padding-left: 15px; padding-top: 15px; padding-bottom: 5px; }

div.error { background-image: url('/images/background_error.jpg'); background-repeat: no-repeat; width: 786px; padding: 10px; color: White; font-weight: bold; }
div.error ul { margin-top: 0px; margin-bottom: 0px; }

.topRightForm { float: right; padding-right: 20px; padding-top: 35px; }

/* For Pin Repeaters */
td.pinHeader { font-weight: bold; background-color: #ececcd; border-bottom: solid 1px #999; }

div.repeaterNone { padding: 10px; width: 728px; text-align: center; background-color: #ececcd; }
div.repeaterSpacing { margin-bottom: 10px; }

/* Font Size */

.defaultFont { font-size: 12px; }
.mediumFont { font-size: medium; }
.largeFont { font-size: large; }