.notifbg {
	width:400px;
	height:auto;
	background:url(http://www.rayku.com/images/notifbg.jpg) no-repeat;
	border-bottom:1px solid #CCC;
}
.notifbg h1 {
	padding:25px;
	color:#004566;
	font-size:14px;
	font-weight:normal;
}
.notifbg h1 span {
	color:#006699;
}
.notifbg .content {
	margin:15px 25px;
}
.notifbg .content .question {
	width:330px;
	height:auto;
	padding:6px;
	background:#EBEBEB;
	border:4px solid #E5E5E5;
	color:#555;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}
.notifbg .content .question span {
	font-size:14px;
	font-weight:normal;
}
.notifbg .content .price {
	padding:15px 0 20px 25px;
	border-bottom:1px solid #E8E8E8;
	font-size:14px;
	color: #555;
}
.notifbg .content .price span {
	color:#006600;
}
.notifbg .content .connect {
	padding:15px 0;
	height:30px;
}
.notifbg .content input {
	float:left;
	margin-right:15px;
	padding:5px;
	font-size:16px;
}
.notifbg .content .connect .expire {
	float:left;
	width:120px;
	font-size:12px;
	line-height:16px;
	color:#A6A6A6;
}
.notifbg .content .connect .expire span {
	font-weight:bold;
	color:#E1A8A9;
}
.notifbg .content .ignore {
}
.notifbg .content .ignore a {
	font-size:14px;
	color:#006699;
}

<!--
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #7a7a7a;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	padding:4px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}
-->
