#quickSelect {
    background-color: #fff;
    display: none;
    left: 5px;
    position: absolute;
    width: 175px;
}

.overlayHeader {
    margin: 2px auto 0;
    padding-left: 5px;
    width: 95%;
}

.boxShadow {
    box-shadow: 3px 8px 8px #333;
}

.redmondBorder {
    border: 1px solid #4297d7;
}

.quickSelectItem {
    display: block;
    font-size: 11px;
    text-decoration: none;
}

.ui-autocomplete{
      overflow-y: scroll;
      max-height:200px;
}

.ui-widget input{
      font-size: 12px;
}

.newedittableposition{
    margin: 0 0 0 8%;
}
.newedittableposition td{
    padding-top:1%;
}

.label {
   font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    text-align: right;
    width: 52px;
    vertical-align: top;
}

.msg-address-box{
    width: 216px;
}

.popupbody table tr td{
    padding-top:5px;
    font-size: 12px;
}

.message-body-area, .ui-widget textarea{
    border:1px solid #7f9db9;
    background:#ffffff;
    padding: 5px 5px 5px 5px;
    width: 100%;
    font-size:13px;
}
.attachment-block
{
    background-color: #F0F0F0;
    max-height: 215px;
    overflow-x: hidden;
    /*overflow-y: scroll;*/
}
.attachment-block td{
    font-size:12px;
    text-align: left;
}
.attachment-block tr {
    border-bottom: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;
    border-collapse: collapse;
}
.attachment-block table{
    width:348px;
    border: 1px solid #AFAFAF;
    border-collapse: collapse;
}

#attachment-block table{
    width:348px;
    border: 1px solid #AFAFAF;
    border-collapse: collapse;
}

.attachment-block > table tr td{
    font-size: 11px;
    font-family: Arial,helvetica,sans-serif;
}
.file-name-head{
    text-align: center;
}


#toDirectEmail .ui-autocomplete-input {
    border: 1px solid #a9a9a9;
    height: 16px;
    position: relative;
    width: 170px;
}

#items .delete {
    margin: 0 0 0 3px;
}

#items #add, #items .delete {
    position: relative;
    top: 4px;
    cursor: pointer;
}

.replyFowardBtn
{
	float: right;
	position : relative;
	display: none;
}
.replyFowardBtn input[type="button"]
{
	line-height: 8px;
}

.top-align
{
	vertical-align: top;
}

.compose-form-inputs
{
	width: 363px;
	vertical-align: top;
}
