﻿@charset "utf-8";
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
   }

.alarm{
	position:absolute;
	top:100px;
	left:100px;
	width:280px;
	height:300px;
	border-style:dotted 1px #6FF;
}
.container{
	width:280px;
	height:60px;
	
}
.content{
	width:280px;
	height:240px;
	padding-left:5px;
	padding-right:5px;
	color:red;
	font-size:16px;
	text-indent:2em;
}
.img{
	float:left;
	width:60px;
	height:60px;
	background-image:url(js.gif);
}


.title{
	float:left;
	height:60px;
	width:220px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	font-weight:600;
	color:#F00;
	vertical-align:middle;
	position:relative;
}
.title p
{
	padding-left:40px;
	padding-top:10px;
}
.close{
	position:absolute;
	top:0px;
	right:12px;
	width:20px;
	border:0px;
	padding:0px;
	margin:0px;
	height:20px;
}
.bg{
	position:absolute;
	top:0px;
	left:0px;
	border:0px;
	margin:0px;
	z-index:-1;
}
