body{
	margin:0;
	padding:10px 0 0 0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center
	}

#container{
	width:983px;
	height:540px;
	margin:0 auto;
	text-align:left;
	border:1px solid #4a565e;
	padding:10px;
	}
	
	#header{
		width:950px;
		height:105px;
		}
		
		#header .left{
			float:left;
			width:600px;
			height:75px;
			background: url(images/title.png) no-repeat 130px center #4a565e;
			}
			
		#header img{
			float:right;
			margin:15px 30px 0 0;
			}
	
	#left{
		float:left;
		width:122px;
		height:375px;
		background:url(images/left.jpg);
		margin-top:-15px;
		}
	
	#content{
		float:left;
		width:370px;
		margin-left:70px
		}
	
		#content .title{
			display:block;
			font-weight:bold;
			font-size:18px;
			color:#c1164d;
			margin-bottom:20px
			}
	
		input, textarea{
			background-color: #FFF;
			font-size: small;
			border-width: 1px;
			border-style: solid;
			border-color: #f6719e;
			}
	
	#right{
		float:left; 
		width:399px;
		height:279px;
		margin:110px 0 0 0
		}
		
	#footer{
		width:950px;
		float:left;
	}

	#footer a{
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color:#4a565e;
		padding-top:11px
		}

	#footer a:hover{
		color:#f6719e;
		}
			
	#footer a.link{
		float:left;
		width:250px;
		height:23px;
		background:url(images/link.jpg) no-repeat left 0; 
		padding-left: 35px;
		}
		
	#footer a.link:hover{
		background-position:left -33px;
		}
	
	#footer a.x-qs{
		float:right;
		}

p{
	margin:0;
	padding:0;
	}

/* popup */


#pop_up_inner{ 
	background:white;
	border:2px solid #c1164d;
	top:200px;
	left:560px;
	}


#pop-up-toolbar{
	width:100%;
	height:20px;
	line-height:20px;
	background:#c1164d;
	color:#FFF;
	text-align:right;
	cursor:move;
	font-weight:bold;
	}

#pp_titlebar{
	margin-left:5px;
	float:left;
	}

#pp_sluit{
	cursor:pointer;
	}

#pop_up_content{
	width:350px;
	height:100px;
	padding:10px
	}

#pop_up_content button{
	margin-top:10px;
	}
	



 