/* basic elements */

html {
	margin: 0;
/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	margin-top: 20px;
	margin-bottom: 10px;
/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	color: #666666;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* standard helper classes */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ｴ*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

.crejit {
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

.new {
	width:618px;
	height:197px;
	padding:15px;
	border-top:1px;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-style:solid;
	border-color:#b6b6b6;
	line-height:28px;
	font-size:14px;
	line-height:26px;
}

.event {
	width:208px;
	height:167px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:15px;
	border-top:1px;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-style:solid;
	border-color:#b6b6b6;
	text-align:center;
	line-height:20px;
	font-size:14px;
}
