.lightgrey-gradient{
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#fff 0,#e5e5e5 100%);
	background:-o-linear-gradient(top,#fff 0,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#fff 0,#e5e5e5 100%);
	background:linear-gradient(to bottom,#fff 0,#e5e5e5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0)

}
.darkgray-gradient{
	background:#383735;
	background:-moz-linear-gradient(top,#383735 0,#4c4743 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#383735),color-stop(100%,#4c4743));
	background:-webkit-linear-gradient(top,#383735 0,#4c4743 100%);
	background:-o-linear-gradient(top,#383735 0,#4c4743 100%);
	background:-ms-linear-gradient(top,#383735 0,#4c4743 100%);
	background:linear-gradient(to bottom,#383735 0,#4c4743 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#383735',endColorstr='#4c4743',GradientType=0)

}
.red-gradient{
	background:#f59a85;
	background:-moz-linear-gradient(top,#f59a85 0,#dd2527 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f59a85),color-stop(100%,#dd2527));
	background:-webkit-linear-gradient(top,#f59a85 0,#dd2527 100%);
	background:-o-linear-gradient(top,#f59a85 0,#dd2527 100%);
	background:-ms-linear-gradient(top,#f59a85 0,#dd2527 100%);
	background:linear-gradient(to bottom,#f59a85 0,#dd2527 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f59a85',endColorstr='#dd2527',GradientType=0)

}
.light-button{
	border:1px solid #b2bdc3;
	border-radius:5px;
	width:140px;
	height:32px;
	text-align:center;
	line-height:32px;
	color:#585858;
	text-shadow:white 1px 1px 1px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left

}
.dark-button{
	border:1px solid #6a605e;
	border-radius:5px;
	width:140px;
	height:32px;
	text-align:center;
	line-height:32px;
	color:#dad9d7;
	text-shadow:black 1px 1px 1px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-right:15px

}
.send-button{
	border:1px solid #ab1a1f;
	border-radius:5px;
	width:80px;
	height:32px;
	text-align:center;
	line-height:32px;
	color:#feffff;
	text-shadow:black 1px 1px 1px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	cursor: pointer;
}
.send-button2{
	border:1px solid #ab1a1f;
	border-radius:5px;
	width:80px;
	height:32px;
	line-height:29px;
	text-align:center;
	padding-top:3px;
	color:#feffff;
	text-shadow:black 1px 1px 1px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold

}
.width60{
	width:60px

}
.sites-button{
	width: 100px;
}
