.content-generic form
{
	margin-top: 15px;
	width: 390px;
	margin-bottom: 15px;
}

	.content-generic form h2
	{
		color: #ffffff;
		background: #e2e1cf;
		margin: 0;
		padding: 3px 10px 3px 10px;
		font-size: 1em;
		margin-bottom: 10px
	}

	form div.inner div.box h2
	{
		color: #ffffff;
		margin: 0;
		padding: 3px 10px 3px 10px;
		font-size: 1;
		margin-bottom: 10px;
	}

	.content-generic form .row
	{
		padding: 0 0 10px 0;
		width: 390px;
	}


		.content-generic form .row label
		{
			float: left;
			width: 150px;
			padding-top: 5px;
		}


		.content-generic form .row input,
		.content-generic form .row select
		{
			width: 220px;
			float: right!important;
		}

		.content-generic form .row input.checkbox
		{
			width: 14px;
			float: right;
			margin-right: 210px;
		}

		.content-generic form .row select
		{
			width: 240px;
			float: left;
			margin-top: 3px;
		}
	
	.content-generic form .submit input
	{
		display: inline;
		margin: 0 0 0 160px;
	}
	
	.content-generic form textarea
	{
		width: 374px;
		float: left;
		margin-top: 10px;
	}

div#change-img-txt p
{
	color: #ff0000;
}

p.warning
{
	color: #FF0000 !important
}

	.captcha img 
	{
		float: left; 
		margin: 0 0 5px 6px;
	}

