/* CSS File For NameSqueeze 1 */

/* Main body setup */
body {
	font: 13px Verdana, Arial,sans-serif;
	background-color: #fff;
	color: #151515;
}

/* The style of the namesqueeze */
#main {
	text-align: center;
	width: 664px;
	background-color: #fff;
}

.textbox {
	border: 1px solid #cccccc;
}

.highlight {
	background-color:#FFFF66;
}

.button {
	background:#2A64D7;
	border:solid 1px #000033;
	color:#FFFFFF;
	font-size:11px;
	font-weight:800;
}
#mainheading/* Text Styles ***************************************************/

/* The main headline */
  {
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	color:#FF0000;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#bottom {
	text-align: justify;
	padding: 10px;
	font-size: 12px;
	color: #FF0000;
}

#thanks {
	text-align: center;
}
#contactr {
	width: 284px;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}
#contactl {
	width: 330px;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}
