@charset "utf-8";
/* CSS Document */

body  {
		margin:0px;
		font-family:Tahoma, Geneva, sans-serif;
	}

.divP  {
		width:100%;
	}

.divO  {
		background:url(top.jpg) bottom center no-repeat;
		width:800px;
		height:14px;
		margin-top:30px;;
	}

.divSU  {
		background:url(content.jpg) top center repeat-y;
		width:800px;
		height:325px;
		text-align:center;
		color:#666;
		padding-top:10px;
	}
	
.divSU_Input  {
		margin-top:20px;
		margin-left:20px;
		margin-right:20px;
		height:26px;
		padding:3px;
		width:500px;
		color:#666;
		border:1px solid #69C;
	}

.divSU_Cod  {
		margin:20px;
		height:26px;
		padding:3px;
		width:200px;
		color:#666;
		text-align:center;
		border:1px solid #69C;
	}

.divSU select  {
		color:#666;
		
	}
	
.divSD  {
		background:url(bottom.jpg) top center no-repeat;
		width:800px;;
		height:13px;
	}