#myBox {
        border: 1px solid #696;
        padding: 60px 0;
        text-align: center;
        width: 200px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
        background: #EEFF99;background:
        -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
        background: -moz-linear-gradient(#EEFF99, #66EE33);
        -pie-background: linear-gradient(#EEFF99, #66EE33);
        behavior: url(http://www.internet-israel.com/internet_files/css3/PIE.htc);
}
#haviv {
	-webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
	background-color: red;
	padding: 20px;
	height: 100px;
	width: 200px;	
}
#myGradient {
	background: linear-gradient(#FFFFFF, #000000);
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#000000));
	background: -moz-linear-gradient(#FFFFFF, #000000);
	-pie-background: linear-gradient(#FFFFFF, #000000);
	behavior: url(http://www.internet-israel.com/internet_files/css3/PIE.htc);
	height: 50px;
	width: 50px;
}
#myGradientver2 {
	background: -webkit-gradient(linear,  right bottom, left bottom, color-stop(0.05, #0678CF), color-stop(0.45, #FAD620), color-stop(0.85, #7E2BC2));
	background: -moz-linear-gradient(
    			right, #0678CF 5%, #FAD620 45%, #7E2BC2 85%
);
	-pie-background: linear-gradient(
			right, #0678CF 5%, #FAD620 45%, #7E2BC2 85%
	);
	behavior: url(http://www.internet-israel.com/internet_files/css3/PIE.htc);
	height: 50px;
	width: 50px;
}
#roundborder {
	behavior: url(http://www.internet-israel.com/internet_files/css3/PIE.htc);
	-webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
	background-color: red;
	padding: 20px;
	height: 100px;
	width: 200px;
}

#roundbordercustom {
	behavior: url(http://www.internet-israel.com/internet_files/css3/PIE.htc);
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	background-color: red;
	padding: 20px;
	height: 100px;
	width: 200px;
}

