form {
	line-height:1.5em;
}

form p.please {
	background:#FFF8BD;
	padding:1em;
	color:#000;
	font-size:1.2em;
}

.placeholder {
	color:#888;
}

.row {
	line-height:2.0em;
	padding:0.5em 0;
	background:none;
	margin-left:-4em;
	padding-left:4em;
	display:block;
	clear:both;
}

.content-block form .row{
	margin-left:0em;
	padding-left:4em;
}

.fade-block form .row {
	margin-left:0;
	padding-left:0;
}


.row label {
	display:block;
	font-weight:bold;
	font-size:1.2em;
}

label.option {
	font-weight:normal;
	display:inline;
	font-size:1em;
}

.fixed label,
.row label.fixed {
	display:block;
	float:left;
	width:120px;
	clear:left;
	background-repeat:no-repeat;
	background-position:0 0;
}

.indent input {
	margin-left:120px;
}

.indentAll {
	margin-left:120px;
}

.row label small {
	font-weight:normal;
	font-size:0.9em;
}

.row .container label {
	font-size:2.5em;
	display:block;
	line-height:0.9em;
}

.row .container label small {
	color:#AAA;
}

.row .container input {
	float:right;
}

.row .container label small {
	margin-left:0.5em;
	font-size:0.6em;
	margin-top:-1em;
}

.row .container {
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:1em;
	vertical-align:middle;
	background:#fdfdfd;
}

.row .selected {
	background:#FFFFE8;
}

.row .selected label small {
	color:#4F4F4F;
}

.yes label {
	color:#65E50F;
}	

.ok label  {
	color:#0FADE5;
}

.no label  {
	color:#E50F0F;
}

.checkbox label,
.row label.inline {
	display:inline;
}

.checkbox input {
	vertical-align:middle;
}

.radios input,
.checkbox p {
	margin-left:2.3em;
	font-size:1.0em;
	color:#666;
}

.row select,
.checkbox input,
.row .input {
	font-size:1.1em;
}

.row select,
.row textarea.input {
	line-height:1.4em;
}

#account-spread-the-word .row textarea {
	font-size:1.1em;
}

/*
.submitted .row,
.submitted label.error {
	margin-left:-4em;
	padding-left:4em;
}*/

.submitted div.good {
	background:url('../images/icons/forms/good.gif') 0% 50% no-repeat;
}

.submitted div.error {
	font-weight:bold;
/*
	color:#9E0000;
	font-size:1.1em;
	*/
	background: url('../images/icons/forms/error.gif') 0% 50% no-repeat;
}

.row select,
.checkbox input,
.row textarea,
.row .input {
	border:1px solid #AAA;
}

textarea,
input {
	font-family:verdana;
}

.submitted div.error textarea,
.submitted div.error input {
	background:#FDF5F2;
	border-color:#D58166;
}


.checkboxList div {
	width:18em;
	float:left;
}

.radios label,
.checkboxList div label {
	font-weight:normal;
	font-size:1em;
	display:inline;
}

form a {
	color:#2483BB;
}

form h1 {
	text-align:center;
	font-size:1.25em;
}

/***** Stars ****/

.column {
	display:block;
	float:left;
	width:540px;
	line-height:2.5em;
	margin-bottom:1em;
	border-bottom:1px solid #ededed;
}

.column label {
	display:block;
	float:left;
	width:240px;
}


label em {
	font-weight:bold;
	color:#CC0000;
}
