
/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');
#htmlMedia{
	height: 490px !important;
}
font[face="_typewriter"]{ font-family:courier new !important;} 
input[type=radio] {
    display:none;
    margin:10px;
}
 

input[type=radio] + label {
	background-image: url('radio_normal.png');
	background-repeat: no-repeat;
	padding: 12px;
	cursor:pointer;
}

input[type=radio]:checked + label {
   background-image: url('radio_selected.png');
   background-repeat: no-repeat;
}
#ID_router_txt3{letter-spacing:-0.3px;}
#ID_router_txt4{letter-spacing:-0.7px;}
#ID_router_txt5{letter-spacing:-1.0px;}