﻿div.SendMailButtonContainer
{
	height:20px;
	width:150px;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	background: #7db9e8;
	background: -moz-linear-gradient(top,  #7db9e8 0%, #207cca 48%, #2989d8 50%, #1e5799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(48%,#207cca), color-stop(50%,#2989d8), color-stop(100%,#1e5799));
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#207cca 48%,#2989d8 50%,#1e5799 100%);
	background: -o-linear-gradient(top,  #7db9e8 0%,#207cca 48%,#2989d8 50%,#1e5799 100%);
	background: -ms-linear-gradient(top,  #7db9e8 0%,#207cca 48%,#2989d8 50%,#1e5799 100%);
	background: linear-gradient(to bottom,  #7db9e8 0%,#207cca 48%,#2989d8 50%,#1e5799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 );
}

div.SendMailButtonContainer:hover
{
	background: #3b679e;
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
}

div.SendMailButtonImg
{
	float:left;
	min-width:30px;
	min-height:20px;
	background-image:url("../graphics/zweb_mail.png");
	background-repeat:no-repeat;
	margin:2.5px;
}

div.SendMailButtonText
{
	float:left;
	color:#ffffff;
	font-size:12px;
	margin-top:4px;
}

div.SendEmailOuter
{
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(27, 27, 27, 0.4);
	z-index:9999;
}

div.SendEmailInner
{
	padding:40px;
	border:1px solid #333333;
	position:relative;
	top:100px;
	width:530px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	background: rgb(95,172,244);
	background: -moz-linear-gradient(top,  rgba(95,172,244,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(55,152,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,172,244,1)), color-stop(24%,rgba(115,177,231,1)), color-stop(50%,rgba(10,119,213,1)), color-stop(79%,rgba(83,159,225,1)), color-stop(100%,rgba(55,152,232,1)));
	background: -webkit-linear-gradient(top,  rgba(95,172,244,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(55,152,232,1) 100%);
	background: -o-linear-gradient(top,  rgba(95,172,244,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(55,152,232,1) 100%);
	background: -ms-linear-gradient(top,  rgba(95,172,244,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(55,152,232,1) 100%);
	background: linear-gradient(to bottom,  rgba(95,172,244,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(55,152,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5facf4', endColorstr='#3798e8',GradientType=0 );

}

div.SendEmailInner input
{
	width:470px;
}