/* CSS for browsers that don't suck */html>body .topLeft{	background-image: url('../images/curves/topLeft.png');}	html>body .top{	background-image: url('../images/curves/top.png');	background-repeat: repeat-x;}	html>body .topRight{	background-image: url('../images/curves/topRight.png');}html>body .left{	background-image: url('../images/curves/left.png');	background-repeat: repeat-y;}html>body .right{	background-image: url('../images/curves/right.png');	background-repeat: repeat-y;}html>body .bottomLeft{	background-image: url('../images/curves/bottomLeft.png');}	html>body .bottom{	background-image: url('../images/curves/bottom.png');	background-repeat: repeat-x;}	html>body .bottomRight{	background-image: url('../images/curves/bottomRight.png');}/*############### *//* IE CSS - Idiots */* html .topLeft{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/curves/topLeft.png');}* html .top{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/curves/top.png', sizingMethod='scale');	background-repeat: repeat-x;}	* html .topRight{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/curves/topRight.png');}* html .left{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/curves/left.png',sizingMethod='scale');	background-repeat: repeat-y;}* html .right{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/curves/right.png',sizingMethod='scale');	background-repeat: repeat-y;}* html .bottomLeft{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/curves/bottomLeft.png');}* html .bottom{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/curves/bottom.png', sizingMethod='scale');	background-repeat: repeat-x;}	* html .bottomRight{	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/curves/bottomRight.png');}