﻿.SendingMessage
{
    border-style: solid;
	border-width:4px;
	border-color: #dfcead;
	font-family:Arial;
    position:relative;
    width:266px;
	height:70px;
	top:-290px;
	left:20px;
	background-color:White;
	text-align: center;
    padding-top:20px;	
}

.MessageSent
{
	border-style: solid;
	border-width:4px;
	border-color: #dfcead;
	font-family:Arial;
    position:relative;
    width:266px;
	height:70px;
	top:-290px;
	left:20px;
	background-color:White;
	text-align: center;
    padding-top:20px;	
	
	cursor:hand;	
}


/* BlueSky Skin */

.BlueSky
{
  	font-family: Arial;
   	font-size: 11px;
   	height:430px;
   	overflow:hidden;
}
    
.BlueSky .Titles
{
  	color: Black;
   	padding-top: 5px;
   	padding-bottom:5px;
}
    
.BlueSky .Inputs_WithIcon
{
  	border-color: #aaaaaa;
   	background-color: #f6f1e6;
   	padding:5px;    	
   	border-width: 1px;
   	border-style: solid;
   	width: 300px;
   	font-family: Arial;
   	font-size: 11px;
   	background-repeat: no-repeat;
   	padding-left: 25px;
   	width: 280px;
}

.BlueSky .Inputs 
{
  	border-color: #aaaaaa;
   	background-color: #f6f1e6;
   	padding:5px !important;    	
   	border-width: 1px;
   	border-style: solid;
   	width: 300px !important;
   	font-family: Arial;
   	font-size: 11px;
}
    
.BlueSky .Button
{
  	border-color: #aaaaaa;
   	
   	border-width: 1px;
   	border-style: solid;
   	width: 80px;
   	font-size: 11px;
   	margin-top: 7px;
   	padding:3px;
   	cursor: pointer;
   	background-image: url(images/fadebot.gif) !important;
}
    
.BlueSky .Button:hover
{    	
   	/*border-color: #aaaaaa;
   	background-color: #dfcead;*/
}
   
    
.BlueSky .Message
{
	border-color: #aaaaaa;
   	background-color: #f6f1e6;
   	padding:5px;    	
   	border-width: 1px;
   	border-style: solid;
   	width: 300px;
   	font-family: Arial;
   	font-size: 11px;
  	overflow: hidden;
   	height:150px;
}   


/* Cocoa Skin */

.Cocoa
{
  	font-family: Arial;
   	font-size: 11px;
}
    
.Cocoa .Titles
{
  	color: #5c433f;
   	padding-top: 5px;
   	padding-bottom:5px;
}
    
.Cocoa .Inputs
{
  	border-color: #b7a59b;
   	background-color: #eee7dd;
   	padding:5px;    	
   	border-width: 1px;
   	border-style: solid;
   	width: 300px;
   	font-family: Arial;
   	font-size: 11px;
}
    
.Cocoa .Button
{
  	border-color: #b7a59b;
   	background-color: #eee7dd;
   	border-width: 1px;
   	border-style: solid;
   	width: 80px;
   	font-size: 11px;
   	margin-top: 7px;
   	padding:3px;
   	cursor: pointer;
}
    
.Cocoa .Button:hover
{    	
   	background-color: #d6ccc2;
   	border-color: #5c433f;
}
   
.Cocoa #To
{
  	background-image: url(images/contactname.gif);
   	background-repeat: no-repeat;
   	padding-left: 25px;
   	width: 280px;
}
    
.Cocoa #FromName
{
   	background-image: url(images/contactname.gif);
   	background-repeat: no-repeat;
   	padding-left: 25px;
   	width: 280px;
}
    
.Cocoa #FromEmail
{
   	background-image: url(images/emailaddress.gif);
   	background-repeat: no-repeat;
   	padding-left: 25px;
   	width: 280px;
}
    
.Cocoa .Message
{
	border-color: #b7a59b;
   	background-color: #eee7dd;
   	padding:5px;    	
   	border-width: 1px;
   	border-style: solid;
   	width: 300px;
   	font-family: Arial;
   	font-size: 11px;
  	overflow: hidden;
   	height:150px;
}   