/* Icon behavior */

img.icon {
	/*behavior:		url('iepngfix.htc');*/
	float:			left;
	margin-right:		4px;
}

.std_background {
	background-color:	#B1C3CD;
}

div#std_module_content {
	width:			660px;
	float:			left;
	padding:		0px 0px 0px 0px;
	margin-right:		0px;
	margin-bottom:		2px;
}

div#std_module_left, div#std_module_left_background {
	width:			320px;
	float:			left;
	padding:		0px 0px 0px 0px;
	margin-right:		20px;
	margin-bottom:		0px;
}

div#std_module_right, div#std_module_right_background {
	width:			320px;
	padding:		0px 0px 0px 0px;
	float:			left;	
	margin-bottom:		0px;
}
div#std_module_left_background, div#std_module_right_background {
	width:			300px;
	padding:		10px;
	background-color:	#D5D4CF;
}


div#std_module_bottom_container {
	float:			left;
}

div#std_module_bottom_left, div#std_module_bottom_left_no_margin {
	background-color:	#D5D4CF;
	width:			328px;
	height:			24px;
	float:			left;
	padding:		6px 0px 0px 10px;
	margin-right:		2px;
	margin-top:		2px;
}

div#std_module_bottom_right {
	background-color:	#D5D4CF;
	width:			310px;
	height:			24px;
	padding:		6px 0px 0px 10px;
	float:			left;	
	margin-top:		2px;
}

div#std_module_bottom_left_no_margin {
	margin-right:		0px;
	width:			330px;
}

div#std_module_bottom_full {
	background-color:	#D5D4CF;	
	width:			650px;
	height:			24px;
	float:			left;
	padding:		6px 0px 0px 10px;
	margin-top:		2px;
}

/* Inputs */

input.std_module_input, textarea.std_module_input {
	border:			1px solid #ABADB3;
	width:			200px;
}

input.std_module_input_short {
	border:			1px solid #ABADB3;
	width:			100px;
}

input[type='button'] {
	border:			1px solid #ABADB3;
}

