/*
	Tables Forms
*/

.formcontainer {
	width: 419px;
}

.summary_class {
	background: #e2f4c1 url(/images/blueprint/errorblock-top.gif) no-repeat scroll left top;
	margin-top: 10px;
	color: #f00;
	padding: 10px 0 0 10px;
}

	.summary_class p {
		color: #f00;		
		margin: 0;
	}

	.summary_class ul {
		background: #e2f4c1 url(/images/blueprint/errorblock-bottom.gif) no-repeat scroll left bottom;
		position: relative;
		margin: 0 0 0 -10px;
		padding: 10px 0 10px 10px;
	}
	
		.summary_class ul li {
			color: #1f65a7;
			list-style: none;
			background-image: url(/images/blueprint/snippet_bullit.gif);
			background-position: 0 55%;
			background-repeat: no-repeat;
			padding: 2px 0 2px 10px;
		}

	.formcontainer tr td {
		color: #353535;
	}
	
		.formcontainer tr td label, .formcontainer tr td input, .formcontainer tr td select, .formcontainer tr td textarea {
			float: left;
			clear: none;
		}
		
		.formcontainer tr td input, .formcontainer tr td select, .formcontainer tr td textarea {
			border-top: 1px solid #252b34;
			border-left: 1px solid #252b34;
			border-bottom: 1px solid #adb3bc;
			border-right: 1px solid #adb3bc;
			padding: 0 4px;
			width: 195px;
		}
		
		.formcontainer tr td .radiobtn input, .formcontainer tr td .checkbox input {
			width: 8px;
		}
		
    	* html .formcontainer tr td .radiobtn input, .formcontainer tr td .checkbox input {
			width: 12px;
			border: 0;
			display: inline;
			margin-right: 3px;
		}
		* + html .formcontainer tr td .radiobtn input, .formcontainer tr td .checkbox input {
			width: 12px;
			border: 0;
			display: inline;
			margin-right: 3px;
		}

		
		.formcontainer tr td input.button_class {
			width: auto;
			white-space: nowrap;
			border: 0;
			background-image: url(/images/blueprint/buttonright_background.gif);
			background-position: right top;
			background-repeat: no-repeat;
			padding: 2px 14px 4px 10px;
			color: #fff;
			font-weight: bold;
			font-size: 0.9em;
		}
		
		
		.formcontainer tr td select {
			padding-right: 0;
			width: 205px;
		}

.formcontainer .label_cl, .formcontainer tr td span, .formcontainer tr td label {
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #353535;
}
.formcontainer tr td span.radiobtn{
font-size: 1em;
}