		
		
		.round-small  { 
			-moz-border-radius:4px; 
			-khtml-border-radius:4px; 
			-webkit-border-radius:4px; 
			behavior: url(border-radius.htc);
		}
		
		.round-medium { 
			-moz-border-radius:8px; 
			-khtml-border-radius:8px; 
			-webkit-border-radius:8px;
			behavior: url(border-radius.htc);
		}
		
		.round-large  { 
			-moz-border-radius:16px; 
			-khtml-border-radius:16px; 
			-webkit-border-radius:16px; 
			behavior: url(border-radius.htc);
		}
		
		
		
		.box1 {
			background-color: #f0f0f0;
			height: 50px;
			margin: 0 auto 15px auto;
			padding: 10px;
			border: 2px solid #03F;
		}


