﻿/**************SendMessage*********************/

#CloseDiv
{
    float: left;
    text-align: right;
    width: 24px;
    height: 22px;
}
#CloseDiv img
{
    border: 0px;
    width: 24px;
    height: 22px;
}
#MessageTitle
{
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #CCCCCC;
    height: 22px;
    padding-bottom: 1px;
}

#msgTitle
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
    text-indent: 10px;
    width: 470px;
    float: left;
}
#MsgBox
{
    width: 950px;
    margin: 0px auto;
}

#MessageBox
{
	z-index:9999;
    position: absolute;
    width: 100%;
    height:100%;
    margin: 0px auto;
    left:0px;
    top:0px;

}
#MessageContext
{
    width: 500px;
    margin: 0px auto;
    margin-top: 150px;
    border: 2px solid #42CBDC;
    background-color: #ffffff;
    opacity: 0.9; /* Firefox, Safari(WebKit), Opera)*/
    filter: "alpha(opacity=90)"; /* IE 8 */
    filter: alpha(opacity=90); /* IE 4-7 */
    zoom: 1; /* needed in IE up to version 7, or set width or height to trigger "hasLayout" */
}
#MessageBox
{
    clear: both;
}

#MessageBox table
{
    margin: 10px 20px 20px;
}
#MessageBox table th
{
    color: #555555;
    text-align: right;
    padding-right: 10px;
}

.textMsgStyle
{
    width: 350px;
    height: 20px;
    line-height: 20px;
    padding-left: 2px;
    border: solid 1px #C5C5C5;
}
.textMsgAreaStyle
{
    width: 350px;
    line-height: 20px;
    padding-left: 2px;
    border: solid 1px #C5C5C5;
}



.BigImages
{
    text-align:left;
    margin-bottom: 20px;
     margin-top:5px;
}
.BigImages img
{
    height: 444px;
    width: 550px;
    border: solid 1px #efefef;
}
#ShowDialog
{
 float:right;
  margin-top:5px;
   margin-right:5px;
    cursor: pointer;
    background-image: url(../../images/Consulting.jpg);
     background-repeat:no-repeat;
    width: 150px;
    height: 33px;
  text-align:center;
   line-height:30px;
      overflow:hidden;
     color:#ffffff;
   
}
.ShowDialogs
{
    border: solid 1px #efefef;
    float: right;
    cursor: pointer;
    background-image: url(../images/sConsulting.jpg);
    width: 150px;
    height: 33px;

    
}

#SendMessage
{
    position: absolute;
    width: 170px;
    height: 40px;
    right: 0px;

}

#SendMsgImage
{
    background-image: url(../images/Msgleft.jpg);
    width: 126px;
    height: 30px;
    background-repeat: no-repeat;
    float: left;
    line-height:30px;
    font-size:14px;
    color:#ffffff;
    text-align:right;
    padding-right:10px;
	cursor:hand;
     
}
#CloseMsgImage
{
    background-image: url(../images/Msgright.jpg);
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    float: left;
    text-indent:-9999px;
	cursor:hand;
}
.red {
color:#FF0000;
}
.from1 {
text-align:left;
}
