﻿/* Choose Location Popup Modality */
.modalButton { font-family: arial; font-size:12px; width:150px }
.modalBackground { position: fixed; z-index: 150; top: 0px; left: 0px; background-color: Gray;
    width: 100%; height: 100%; filter: Alpha(Opacity=70); opacity: 0.70; -moz-opacity: 0.70; }
.OutsidePanel { background: transparent; padding: 0; margin: 0; }
.InsidePanel { padding: 0; background-color: white; text-align: center; }   

/* Post Advert styles */
.LeftColumn { background-color: #F0F0F0; text-align:right; padding-right: 10px; border-right:1px solid #E0E0E0;  }
.PartLeftColumn { text-align:right; padding-right: 10px }
.Helper { font-family:arial; font-size:9px; color:gray }
.OuterBorder { border: 1px solid green; padding:0px }
.PostButton { font-family:Arial; font-size:12px; color:#333333; font-weight:bold; width:150px }

/* File Upload text */
.FileUploadText { font-family: Arial; font-size: 12px }


