
/*   load the main media CSS file    */

@import url('../../../common/styles/media.css');

html, body {
	margin:0;
	height:100%;
}
#flashContent {
	width:98%;
	height:98%;
}
#ID_txt01,#ID_txt02,#ID_txt03,#ID_txt04,#ID_txt06,#ID_txt07,#ID_txt08
{
background:#FDE6D4;
border:2px solid #F68026;
border-radius:5px;
padding:7px 5px;
font-size:11px;
}

#ID_txt05
{
background:#FDE6D4;
border:2px solid #F68026;
border-radius:5px;
padding:9px 5px;
font-size:11px;
line-height:12px;
}

#ID_txt04{padding:9px 5px;}