body {margin:0; background-color: #2c539e;}

#infobox,.my_selection_button,#register_ok_but{moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px;border-radius: 10px;background: rgb(73,155,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: #2c539e; /* Old browsers */
background: -moz-linear-gradient(top,  #2c539e 0%, #2c539e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c539e 0%,#2c539e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */





    margin:0 auto;
    margin-top:50px;
    width:768px;
    height:620px;
    -moz-box-shadow: 0 0 20px 20px #fff;
	-webkit-box-shadow: 0 0 20px 20px #fff;
	box-shadow: 0 0 20px 20px #fff;
    padding:15px;
    text-align:center;
    color:#FFF; font-size:24px;
    font-weight:bold;
	text-shadow: #000 0.1em 0.1em 0.1em;;
}

.my_selection_button{border:none; font-size:36px; color:#FFF; font-weight:bold; width:420px; height:90px; cursor:pointer;text-align:center; line-height:90px;text-shadow: black 0.1em 0.1em 0.2em;margin:0 auto; margin-top:40px;}
#register_ok_but{border:none; font-size:24px; color:#FFF; font-weight:bold; width:420px; height:90px; cursor:pointer; margin-top:25px; margin-bottom:10px; margin-left:10px;}
#register_ok_but:hover,.my_selection_button:hover{text-shadow:none;}
.register_input_box{width:250px; height:35px; font-size:24px; color:#999; margin-top:5px}

.reg_error_border{border-left:4px solid #F00;border-right:4px solid #F00;	border-bottom:4px solid #F00;border-top:4px solid #F00;}
.reg_error_box{background-color:#F00; width:258px; margin:0 auto; color:#FFF;}


