
div#frame4key {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 680px;
    height: 420px;

//    background-color: #ffffff;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;

    margin: 0px;
    padding: 0px;
    z-index: 1;
    border:1;

}

div#frame4encode {
    position: absolute;
    left: 10px;
    top: 440px;
    width: 680px;
    height: 505px;

//    background-color: #ffffff;
    border-width: 1px;
    border-color: #0000ff;
    border-style: solid;

    margin: 0px;
    padding: 0px;
    z-index: 1;
    border:1;

}


div#frame4decode {
    position: absolute;
    left: 10px;
    top: 955px;
    width: 680px;
    height: 505px;

//    background-color: #ffffff;
    border-width: 1px;
    border-color: #ff0000;
    border-style: solid;

    margin: 0px;
    padding: 0px;
    z-index: 1;
    border:1;

}



.round {
	border-width: 1px;
	border-color: #b0c4de;
	border-style: solid;

	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius:2px;
}




button.new {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
//	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .1em .2em .1em;
//	text-shadow: 0 1px 1px rgba(0,0,0,.3);

	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius:4px;

//	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
//	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
//	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: #606060;
//	border: solid 1px #777777;
	border: solid 1px #b0c4de;

//	background: #ccc;

	background: #ededed;


//	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cccccc));

//	background: -moz-linear-gradient(top,  #fff,  #dddddd);

//	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');

//	background: linear-gradient(to bottom, #ffffff, #cccccc);

}


button.new:hover {
	text-decoration: none;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');

	background: linear-gradient(to bottom, #ffffff, #dcdcdc);

}


button.new:active {
	position: relative;
	top: 1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');

	background: linear-gradient(to bottom, #ededed, #ffffff);

}


body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

