/*
 * Form styles
 */

strong.question
{
  font-weight: normal;
}

input.formButton
{
	background-image: url(../../images/seabird/button-background.gif);
	background-position: bottom right;
	height: 21px;
	width: 115px;
	border: 0;
	float: right;
	text-align: left;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
}

p 
{
  margin: 15px 0 5px 0;
}

p.formWarning
{
	color: #f00;
}

.textarea, .textbox
{
	width: 100%;
	border: solid 1px #cccccc;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

div.form-wrapper
{
	margin-bottom: 20px;
}

div.mc-right-column ul li
{
	background-image: none;
	padding-left: 0px;
}
