@charset "utf-8";
#modContent	{
	text-align: left;
	
}

#modContent	ul	{
	list-style-type: none;
	margin-left: 0px;
}

#modContent	ul li img	{
	vertical-align: text-top;
	margin-right: 10px;
	float: left;
}

#modContent	ul li	{
	border-bottom: 1px solid #FAB07F;
	overflow: auto;
	padding-top: 12px;
}

#modContent	ul li a	{
	
}

#modContent	ul li input	{
	vertical-align: text-top;
}

#modContent	strong	{
	padding: 0px;
}

.contentForm	{
}

.contentForm fieldset	{
	border: 0;	
}

.contentForm table	{
	margin-left: 0px;
	padding-left: 0px;
}

.contentForm table td	{
	padding-bottom: 10px;
	font-weight: bold;
}

.contentForm input,.contentForm textarea	{
	width: 410px;
	font-size: 1em;
	padding: 3px;
	border: 0;
	background-color: #FFFFFF;
	
}

.contentForm .errorInput	{
	border: 1px solid #FF0000;
}

.contentForm button	{
	border: 0;
	background-color: #7DA6D7;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	width: 120px;
	margin-right: 5px;
}


