﻿#MyPanel{
   font-family: "Arial";
   font-size: 12px; 
   HEIGHT: 100%;
   width: 100%;
}

#divLeaveWord{
   background-color:#FFFFFF;
   font-size: 12px; 
   z-index: 200;
   position: absolute; 
}

#divMoviesWindow{
   background-color:#FFFFFF;
   HEIGHT: 105px;
   width: 303px;
   z-index: 150;
   position: absolute; 
}

#panelContent{
   overflow-x:hidden;
   overflow-y:auto;
   HEIGHT: 305px;
   width: 100%;
   font-size: 16px; 
   line-height: 130%;
   z-index: 100;
   background:#fff;
}

#panelContent p{
   font-size: 14px;
   margin-top: 0px;
   margin-left: 4px;
   margin-bottom: 5px;
}

#panelPic{
   border-style:ridge; 
   border-width:1px; 
   background-color:#FFFFFF;
   height: 55px; 
   z-index: 150; 
   font-size:12px;
   position: absolute; 
}

#panelURL{
   border-style:ridge; 
   border-width:1px; 
   background-color:#FFFFFF;
   height: 80px; 
   z-index: 150; 
   font-size:12px;
   position: absolute; 
}

#panelSendFile{
   border-style:ridge; 
   border-width:1px; 
   background-color:#FFFFFF;
   height: 87px; 
   z-index: 150; 
   font-size:12px;
   position: absolute; 
}

#panelSelectSendWay{
   border-style:ridge; 
   border-width:1px; 
   background-color:#FFFFFF;
   height: 45px; 
   z-index: 150; 
   font-size:12px;
   position: absolute; 
}

#panelTypeing
{
    background-color:White; 
    filter:alpha(opacity=50);
    -moz-opacity:0.5;              /* Moz + FF */
    opacity: 0.5;        
    height:15px;
    width:200px;
    position:absolute;
    z-index: 2;
    font-family: "Arial";
    font-size: 10px; 
}

#divPageMask
{
    display:none;
    background-color:Black; 
    filter:alpha(opacity=50);
    -moz-opacity:0.5;              /* Moz + FF */
    opacity: 0.5;        
    left:0px;
    top:0px;
    height:100%;
    width:100%;
    position:absolute;
    z-index: 10;
}

#divPageFeedback
{
    position: absolute;left:0px;top:0px;
    display: none;
    z-index:11; 
    width:350px;
    height:321px;
}

input.url {
	BORDER-RIGHT: #70b4e0 1px solid;
	BORDER-TOP: #70b4e0 1px solid; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: #70b4e0 1px solid; 
	COLOR: #007ac8;
	BORDER-BOTTOM: #70b4e0 1px solid; 
	BACKGROUND-COLOR: #d4eeff;
	WIDTH: 280px;
}

.email
{
    font-size:11px;
}

input.btn {
			BORDER-RIGHT: #70b4e0 1px solid; BORDER-TOP: #70b4e0 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #70b4e0 1px solid; BORDER-BOTTOM: #70b4e0 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 18px
		}
input.btn2 {
	BORDER-RIGHT: #70b4e0 0px solid; BORDER-TOP: #70b4e0 0px solid; FONT-SIZE: 12px; BORDER-LEFT: #70b4e0 0px solid; BORDER-BOTTOM: #70b4e0 0px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 18px
}
