@charset "utf-8";
/* CSS Document */

.body_block{
padding:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
transition: all 0.2s ease-in-out;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;
}


h1{
font-family:'Calibri', Helvetica, Arial;
font-weight:bold;
margin-bottom:15px;
margin-top:0;
color:#1461a9;
text-shadow:0px 1px 2px #cccccc;
font-size:26px;
}

h2{
font-family:'Delicious', Helvetica, Arial;
font-size:16px;
margin-bottom:15px;
color:#666;
text-shadow:0px 1px 0px #cccccc;
display:inline-block;
line-height:normal;
}

.register_block{
padding:8px;

transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	background:#F2F6FA;
	margin-bottom:5px;
	cursor:pointer;
}

.register_block h2{
margin-bottom:0;
margin-top:0;
}

.register_block:hover{
-webkit-box-shadow:0 0 10px #999;
-moz-box-shadow:0 0 10px #999999;
box-shadow:0 0 10px #999;
}

.block_toggle{
display:none;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
padding:10px;
}
