#formContainer{
	width: 505px;
	margin:40px 0;
}

.embed #formContainer{
	margin-top:20px;
	margin-bottom:0;
}

.formRow{
	padding: 7px 5px;
}

.formRow label{
	display: inline-block;
	margin-left: 0px;
	padding-right: 20px;
	text-align: left;
	width: 170px;
	font-size:12px;
	color:#737373;
	font-size:12px;
}
.formRow label.radioLabel{
	width:auto;
	margin:0 5px 0 0;
}
.formRow input,
.formRow textarea{
	padding: 5px 8px;
	background-color:#fff;
	border:none;
	color:#737373;
	outline:none;
	resize:none;
	font-size:12px;
	width: 200px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #C2C1C1 inset, 0 0 1px #A4A3A3 inset;
	-webkit-box-shadow: 1px 1px 1px #C2C1C1 inset, 0 0 1px #A4A3A3 inset;
	box-shadow: 1px 1px 1px #C2C1C1 inset, 0 0 1px #A4A3A3 inset;
}
.formRow textarea{
	vertical-align: top;
	width: 250px;
	overflow:auto;
}
.formRow input[type=submit],
.formRow input[type=button]{
	width:120px;
	margin-left: 195px;
	cursor:pointer;
}
.star{
	color:#e20000;
	display:none;
}
/***************************
*		Submit button
***************************/


.formRow .button{
	background: url("../img/s prite.png") no-repeat 0 -70px;
	border: none;
	position:relative;
	cursor: pointer;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 1px 0 1px;
	margin: 10px 0 0 15px;
	position: relative;
	text-shadow: 1px 1px 0 #f1f1f1;
}

.formRow .button span{
	background:url('../img/sprite.png') no-repeat 100% -70px;
	height:34px;
	right: -5px;
	top:0;
	position:absolute;
	width:10px;
}

.formRow .button:hover{
	background-position:0 -104px;
}

.formRow .button:hover span{
	background-position:100% -104px;
}

.formRow .button:active{
	bottom:-1px;
}
