.dijitDialog {
    background: #ffffff none repeat scroll 0%;
    border: 1px solid #000000;
    /*width: 450px;*/
    min-height: 100px;
}

.dijitDialog {
    padding: 1px;
    position: absolute;
    z-index: 999;
}

.dijitDialogTitleBar {
    background: #FFFFFF;
    cursor: move;
    outline-color: invert;
    outline-style: none;
    outline-width: 0pt;
    padding: 0px;
}

.dijitDialogTitle {
    display: none;
}

.dijitDialogCloseIcon {
    cursor: pointer;
    float: right;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    vertical-align: middle;
    width: 67px;
}

.dijitDialog .closeText {
    display: none;
    position: absolute;
}

.dijitContentPane {
    display: block;
    overflow: auto;
}

.dijitDialog .dijitDialogPaneContent {
    background: #FFFFFF none repeat scroll 0%;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 0px medium medium;
    padding: 5px;
}

.dijitDialogUnderlayWrapper {
    background: transparent none repeat scroll 0%;
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 998;
}

.dijitDialogUnderlay {
    background: #EEEEEE none repeat scroll 0%;
    opacity: .50;
    filter: alpha( opacity = 50 );
}

    /* MODAL WINDOWS
   ---------------------------------------------------------- */

.alertWindow {
    font-family: Arial, Myriad, Helvetica, sans-serif;
	margin: 10px 5px 10px 5px;
	border:0px solid;
    /*width: 400px;*/
	text-align: center;
 }

.alertWindow h1, h2, h3, h4, h5, h6, label {
	font-family: Arial, Myriad, Helvetica, sans-serif;
	font-weight: bold;
	color: #888888;
}

.alertWindow h1 {
	color: #000000;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}

.alertWindow h2 {
    color: #000000;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
}

.alertWindow form label {
	font-size: 15px;
    margin: 0px 0px 0px 0px;
}

.modalWindow {
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    border: 0px solid #b4b4b4;
}

.modalWindow h1 {
    margin-top: .5em;
    font-family: Arial, Myriad, Helvetica, sans-serif;
    color: #838EC4;
}

.modalWindow p {
    color: #888888;
    font-size: 12px;
}

.modalWindow form p.req, .modalWindow .finePrint {
    clear: both;
    font-size: 10px;
    padding-left: 70px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.modalWindow form label {
    width: 70px;
    margin-right: 0;
}

.modalWindow form .btnSubmit {
    margin-left: 70px;
}

.photoWindow {
	border:0px solid purple;
	padding: 5px 0px 0px 0px;
	width: 475px;
    min-height: 100px;
	/*height: 450px;*/
	text-align: center;
	vertical-align: middle;
 }

.popupWindow {
    width: 100%;
    border: 0px dotted red;
    font-family: Arial, Myriad, Helvetica, sans-serif;
    color: #888888;
    font-size: 10pt;
    padding: 3px 3px 3px 3px;
    background-color: #FFFFFF;
} }

/**************** GENERAL CLASSES ****************/

.clearBoth {
	clear: both;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.float {
  float: left;
    border:0px solid red;
  padding: 2px 1px 2px 1px;
}

.float2 {
  float: left;
  padding: 4px;
}
.floatNoPad {
  float: left;
  padding: 0px 0px 0px 0px;
}

.floatNoPad2 {
  float: left;
  padding: 1px 1px 1px 1px;
}

.float label {
   font-weight: normal;
   text-align: center;
}

.float labelSmall {
   font-weight: normal;
   text-align: center;
   font-size: 10px;
}

.floatNoPad .labelSmall {
   font-weight: normal;
   text-align: center;
    font-size: 10px;
}

.float2 .labelSmall {
   font-weight: normal;
   text-align: center;
    font-size: 11px;
}

.noFloat .labelSmall {
   font-weight: normal;
   text-align: center;
    font-size: 11px;
}

.dottedLine {
	background: transparent url(../images/graphics/divider_horizontal.gif) top left repeat-x;
	margin: 10px 0px 15px 0px;
	padding: 3px 0;
}

.btnSubmit, .btnSubmitGrey  {
	float: left;
	display: block;
	padding-left: 10px;
	margin: 5px 0;
	height: 20px;
}

.btnSubmit span, .btnSubmitGrey span {
	display: block;
	padding: 4px 10px 4px 0;
	color: #fff;
}

.btnSubmitPurple {
	text-align: center;
    width: 100%;
    margin: 15px 0px 10px 0px;
}

#replaceDirections {
{
   margin: 0px 0px 5px 0px;
   color: #999999;
   font-size: 12px;
    font-weight: normal;
}
