/* policy.css - stylesheet for the accceptable usage policy (classPolicy php class) */
*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #424242;
	background-image:url("/image/back_tile_001.png");
	text-align: center;
}
#aup-wrap{
	margin: 0 auto;	
	margin-top: 10px;
	width: 940px;
	height:530px;
	background-color: #FFF;
	border: 1px solid #000;
	-moz-border-radius: 10px;
}
#aup-wrap h1{
	font-size: 30px;
	margin-top: 2px;
	color: #FF0000;
}
#aup-wrap h2{
	margin-left: 10px;
	padding: 2px 20px 5px 0px;
	font-size: 20px;
	color: #181818;
	text-align: left;
}
#aup-wrap p{
	padding: 3px 20px;
	text-align: justify;
	line-height: 1.3;
	font-size: 14px;
	color: #2D2D2D;
	
}
#aup-rules-wrap{
	width: 900px;
	margin: 10px 20px;
	background-color: #FFC4C4;
}
#aup-rules-wrap ul{
	list-style: disc;
	margin: 5px 30px;
	padding: 5px;
}
#aup-rules-wrap li{
	padding: 2px;
	text-align: left;
	font-size: 14px;
}
.red{
	color: #FF0000;
	font-weight: bold;
}
#stu-agreement{
	position: relative;
/* 	ie6 double margin workaround */
	display: inline;
/* 	end of ie6 workaround */
	float: left;
	background-color: #ABABAB;
	width: 750px;
	height: 30px;
	margin: 5px 30px 10px 30px;
	-moz-border-radius: 5px;
	display: none;
}
#stu-agreement p{
	font-size: 18px;
	color: #000;
}
.stu-conf{
	float: left;
	padding: 5px;
}
#stu-checkbox{
	cursor: pointer;
}
#stu-button{
	float: right;
	width: 200px;
	height: 20px;
	margin: 5px;
	padding: 0px 10px;
	border: 1px solid gray;
	cursor: pointer;
	display: none;
}
.clear-footer{
	clear: both;
}

