/* CSS Document */
/*-===========================layout --------------------------------------------*/
#Nwindow
{
	width: 296px;
}

.clear { clear:both; }

.wheader
{
	position: relative;
	background-image:url(imahe/window/2header.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 296px;
	behavior: url(iepngfix.htc);
}

.wbody
{
	clear: both;
	position: relative;
	background: url(imahe/window/2body.png);
	width: 296px;
	margin: 0px;
	behavior: url(iepngfix.htc);	
}

.wbody p, .wbody ul li
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFFFFF;
	line-height: 15px;
}

.wfooter
{
	position: relative;
	behavior: url(iepngfix.htc); 
	background-image: url(imahe/window/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 296px;
	height: 7px;	
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 1px;
	line-height: 0;
}

/* ============================= small window =------------------------------------------------*/
.sheader
{
	position: relative;
	background-image:url(imahe/window/sheader.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 210px;
	behavior: url(iepngfix.htc);
}

.sbody
{
	clear: both;
	position: relative;
	background: url(imahe/window/sbody.png);
	width: 210px;
	margin: 0px;
	behavior: url(iepngfix.htc);	
}

.sbody p, .sbody ul li
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
}

.sfooter
{
	position: relative;
	behavior: url(iepngfix.htc);
	background-image: url(imahe/window/sfooter.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 7px;		
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 1px;
	line-height: 0;
}

/* =======================================Mwindow========================================= */
.mheader
{
	position: relative;
/*	background-image:url(imahe/window/mheader.png);
	background-repeat: no-repeat; */
	height: 10px;
	width: 484px;
	behavior: url(iepngfix.htc); 
}

.mbody
{
	position: relative;
	background: url(imahe/window/mbody.png);
	width: 484px;
	margin: 0px;
/*	behavior: url(iepngfix.htc);	*/
}

.mbody p, .mbody ul li
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.mfooter
{
	position: relative;
	background-image: url(imahe/window/mfooter.png);
	background-repeat: no-repeat;
	width: 484px;
	height: 9px;	
	margin: 0px;
	padding: 0px;
	behavior: url(iepngfix.htc);
	margin-bottom: 5px;
	font-size: 1px;
	line-height: 0;
}

/*-----------------------------------------STYLES---------------------------------------*/

.wheader, .sheader, .wheader a, .sheader a
{
	padding-top: 15px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


.wbody p, .wbody a, .wbody ul li
{
	text-align: left;
	color: #ffffff;
}

.sbody p, .sbody p a, .sbody ul li, .sbody a
{
	text-align: left;
	color: #ffffff;
	font-size: 10px;
	line-height: 15px;	
}

.mbody p, .mbody a
{
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.sbody ul li
{
	height: 15px;
}

.styledinput
{
	border: 2px solid #E1F5FF;
	background-color: #FFFFFF;
	color: #000000;
}


.choice input
{
	height: 15px;
}

