* {
	margin: 0;
	padding: 0;
	text-indent: 0;
}


img {
	border:0;
}

div.content li { color:#e2007a; margin-left: 27px; font-weight: bold; }
div.content ol p {color:#333; font-weight: normal; margin-bottom: 10px;}

.formContainer {width:353px;float:left;}
.generalForm h1 { font-size:19px; line-height:21px; margin:0;}
.generalForm p { line-height:21px; font-size:15px; margin-bottom:19px; }
.generalForm label { clear:left; width:127px; }
.generalForm input.text { width:158px; }
.generalForm .imageBox { overflow:hidden; margin-left:20px; vertical-align:top; display:inline-block; }
.generalForm .errorMessage { color:#545454; font-size:13px; padding-left:12px; background:url(../assets/images/error_pink_block.gif) no-repeat left top; }

body, table, td, tr, th, input, textarea { 	
	/* font-family: "Lucida Sans"; */
	font-family: "Microsoft Sans Serif", sans-serif, Helvetica, Arial, Verdana;
	border-collapse:collapse;
	font-size: 13px;
	font-weight: normal;
	line-height:22px;
	color: #333;
}

a {
	color: #e2007a;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	display: block;
	margin-bottom: 10px;
	line-height: 1.2em;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #e2007a;
	line-height: 1.2em;
}

h3 {
	margin-bottom: 8px;
	font-size: 1.2em;
	color: #e2007a;
	line-height: 1.2em;
}

p {
	margin-bottom: 24px;
}

.pink {
	color: #e2007a;
}

.pinkbox {
	background-color: #fcaad6;
	padding: 8px;
}

.lightbox_link {

}