/* 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 {
	margin: 15px auto;
	text-align: center;
	width: 700px;
	border: 5px dashed #000;
	background-color: #fff;
}

/* Define the style of the content */
#content {
	position: relative;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

/* The footer style */
#footer {
	font: 11px Verdana, Arial,sans-serif;
	color: #aaaaaa;
	text-align: center;
}

/* Text Styles ***************************************************/

/* The main headline */
#content .headline {
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	color:#FF0000;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fillindetails img {
	margin-top: -155px;
	margin-right: 170px;
}
.emailwarning {

}

.emailwarning img {
	margin-top: -55px;
}

/* The post headline */
#content .posthead {
	text-align: center;
}

.inset {
	padding-left: 20px;
}

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

/* The post headline text */
#content .postheadtext {
	background-color:#FFFF66; font-weight:bold;
}

#content .postheadtextplain{
	font-weight:bold;
}

.highlight {
	background-color:#FFFF66;
}

.namesqueezecontent {

}

li {
	padding-bottom: 5px;
	margin-left: -20px;

}

.namesqueezecontent img {
	float: right;
}


/* The word emphasis */
.emph {
	color: #000;
}