@charset "utf-8";
/* CSS Document */
	body {
	background:#000000;
	color:#CCC; 
	margin:0; 
	border:none;
	}
   #doc {
	   border-left-color:#666;
	   border-left-width:thin;
	   border-left-style:solid;
	   border-right-color:#666;
	   border-right-width:thin;
	   border-right-style:solid;
   }

   #header{ 
   height:350px;  
   background-image:url(http://pfecto.com/images/logohdr2-en.jpg); 
   background-position:left; 
   background-position:top; 
   background-repeat:no-repeat;
   }
   #foot {
	height:300px;
   background-image:url(http://pfecto.com/images/footerhdr2.jpg); 
   background-position:left; 
   background-repeat:no-repeat;
	
	}
   #footad {
	   margin-left:20px;
   }
   #accordion {
			border: 0px solid #1F669B;
			width: 750px;
			height: 300px;
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			font-size: 11px;
			position:relative !important;
			display:block;
			overflow:hidden;
	}
	
	h3 {
			font-size: 12px;
			padding: 6px 6px 4px 35px;
			margin: 0;
			color:#fff;
			border-bottom:1px solid #333333;
			cursor:pointer;
			display:block;
			background-image:url(http://pfecto.com/images/tab-left.gif);
			background-position:top left;
			background-repeat:no-repeat;
	}
	
	#visible {
			background-image:url(http://pfecto.com/images/tab-left-active.gif);
			border-bottom:1px solid #DA1074;
	}
	
	.panel_body {
			height:150px;
			background-color:#333333;
			display:block;
			position:relative;
			color:#FFFFFF;
	}
	
	.panel_body div {
			padding:3px 5px;
	}
	
	.panel{
		bottom:0px;
		margin:0px;
		padding:0px;
		background-image:url(http://pfecto.com/images/tab-right.gif);
		background-position:top right;
		background-repeat:repeat-x;
		background-color:#333333;
	}
	.wrapper{
		bottom:0px;
		position:absolute;
	}
	.copycode{
				text-align:center}

.copycode textarea{

		margin:5px 0;
		width:400px;
		height:165px;
		font:10px arial;
		background-color:#f5f2db;
		padding:3px;

				}	
.copycode2 textarea{
					margin:0;
					width:300px;
					height:45px;
					overflow:hidden;
					border:solid 4px #000000}
.copycode3 textarea{
					margin:0;
					width:300px;
					height:45px;
					overflow:hidden;
					border:solid 4px #461B7E}
					

.copycode4 textarea{
					margin:0;
					width:300px;
					height:45px;
					overflow:hidden;
					border:solid 4px #6698FF}
					

	
