/**
 * 
 * @version 
 * @author 
 */

@import 'global.css';
/**  Layout
-----------------------------------------*/
#half_left{
	display:inline;
	float:left;
	width:430px;
}
#half_right{
	display:inline;
	float:right;
	width:430px;
}

/**  Text
-----------------------------------------*/
body#notification h1{
	background: url(../images/global/bg_h1.png) no-repeat;
	width:900px;
	height:35px;
	padding-top:45px;
	margin-bottom:0.5em;
	}
#half_left p,#half_right p{
	margin-bottom:2em;
}
#half_right p img{
	padding-top:1em;
	padding-bottom:0.25em;
}
#half_left ul{
	font-size:77%;
	margin-bottom:3em;
}
#half_left li{
	list-style-type: disc;
	margin-left:2em;
	padding:0;
}
h2{
	border-top:#97D8F7 2px solid;
	border-bottom:#A5D3E8 1px dotted;
	color:#006BB4;
	font-size:88%;
	padding:0.25em 0;
	margin-bottom:1.25em;
}
h3{
	background:url(../images/notification/bg_h3.png) left 50% no-repeat;
	font-size:77%;
	padding:1px 0 1px 30px;
	font-weight:normal;
	margin-bottom:1.25em;
}
.freecall{
	background:url(../images/notification/freecall.gif) left 50% no-repeat;
	padding-left:35px;
	display:block;
	font-size:124%;
	font-weight:bold;
	margin:0.25em 0;
}