@charset "utf-8";
/* CSS Document */
.container{
	width:400px;
	background-color:#ffffff;
box-shadow: 3px 3px 10px #555555;
position: absolute;
top: 50%;
left: 50%;
margin-top: -175px;
margin-left: -200px;
border-radius: 10px;
overflow: hidden;
border: 2px solid #8ec641;
	}
.content{
	margin:20px 63px 0px 63px;
	font-size:13px;
	}
.phone{
	background-color:#ffffff;
	color:#8ec641;
	padding:10px;
	font-size:20px;
	width:185px;
	margin:20px auto;
	text-align:center;
font-weight: bold;
	}
	.link{
		font-weight:900;
		text-decoration: underline;
		}
html {
    height: 100%;
}
		body{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1d4e2+0,26abe3+100 */
background: #b1d4e2; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #b1d4e2 0%, #26abe3 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b1d4e2), color-stop(100%,#26abe3)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #b1d4e2 0%,#26abe3 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #b1d4e2 0%,#26abe3 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #b1d4e2 0%,#26abe3 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #b1d4e2 0%,#26abe3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d4e2', endColorstr='#26abe3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

