@charset "utf-8";
/* CSS Document */

HTML, BODY {
	padding:0;
	margin:0;
	border:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
  	background:#E7E7E7;
	color:#000;
}

A {
	text-decoration:none;
	color:#333;
}

A:hover {color:#DD4B39;}
A:active, A:focus {outline:0;}
IMG {border:0;}

FORM {margin:4px 0 0;}

P {
	margin:25px 0 0;
	font-size:14px;
}

::-moz-selection{
	background:#036;
	color:#fff;
}

::selection {
	background:#036;
	color:#fff;
}

/***** GENERAL ****************************************************************************/

.wrapper {
	width:581px;
	margin:100px auto 20px;
}

.content {
	padding:20px 50px 0;
}

.gmail {
    color:#3333;
    font-size:30px;
    line-height:25px;
}

.footer {
	margin:30px auto 0;
	text-align:center;
	width:500px;
}

/***** COMMON CLASSES ****************************************************************************/

.left {float:left;}
.right {float:right;}

.overflow:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

* html>body .overflow {
	display:inline-block; 
	width:100%;
}

* html .overflow {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
}