body {
	font-family:Helvetica,Arial, sans-serif;
	font-size:11px;	
	/*background-color:#07386b;*/
	/*background-image:url('../images/bg.jpg');*/
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

h3 {
	color:#0b55c4;
	font-family:Helvetica,Arial,sans-serif;
	margin-top:0px;
	padding:0px;
	font-size:14px;
	margin-bottom:2px;
}

.instruction {
	font-size:11px;
	color:#000;
	position:relative; 
	width:906px; 
	/*height:45px;*/ 
	float:left; 
	margin-bottom:15px; 
	padding:10px; 
	background-color:#f5f5f5; 
	border:1px solid #cdcdcd;
}
	
	.instruction label { 
		color: #0b55c4; 
		width: 138px;
		font-weight: bold;
		display: inline-block 
	}
	
	/* Opera - Sorry for the hack, the width of file inputs seems fixed at different widths for different browsers */
	@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
	{
	head~body .instruction label { width: 127px; }
	}
	
		.instruction .image_upload label {
			width: 110px\9;
		}
		
		.instruction .image_upload input {
			width: 214px\9;
		}
		
		/* Chrome */
		@media screen and (-webkit-min-device-pixel-ratio:0) {
			.instruction input { width: 179px; }
		}

	
	.instruction .layouts {
		float: right;
		width: 180px;
		margin-bottom: 10px;
	}
	
		.instruction .layouts label {
			width: 15px;
		}
		
		.instruction .layouts input {
			margin-right: 30px;
		}
	
	.instruction input {
		margin-bottom: 5px;
		margin-top: 5px\9;
	}
	
		.instruction input.text {
			width: 179px;
		}
		
		.instruction select {
			width: 186px;
			padding: 3px;
		}
		
		.instruction .description {
			display: block;
			float: right;
			width: 179px;
			margin: 0 5px 5px 0;
		}
		
		.instruction input.submit {
			float: right;
		}
		
/* Single video mode */

.single_video {
	float: left;
	width: 540px;
	padding: 5px;
}

	.single_video .video,
	.single_video .data {
		margin-top: 10px;
		float: left;
		
	}
	
	.single_video .video {
		width: 250px;
	}
	
	.single_video .data {
		width: 270px;
		padding-left: 15px;
	}
	
		.single_video .data p {
			color: #000;
			font-size: 1.2em;
		}

.ppc {
	font-size:11px;
	color:#000;
	position:relative; 
	width:47%; 
	height:70px; 
	float:right; 
	margin-bottom:15px; 
	padding:10px; 
	background-color:#fefefe; 
	border:1px solid #cdcdcd;
}
.ppcIcon {
	background-image: url('../images/ppc-icon.jpg');
	width:65px;
	height:57px;
	position:absolute;
	left:20px;
	top:15px;
}
.instructionWrapper {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #CDCDCD;
	background-color:#F6F6F6;
	margin-bottom:10px;
	width:50%;
}

.clear {
	height:0px; 
	overflow:hidden; 
	clear:both;
}

.systemMsg {
	border-top:2px solid #156bc3;
	border-bottom:2px solid #156bc3;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:45px;
	padding-right:5px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:11px;
	background-color:#f4f4f4;
	background-image:url('../images/blue32.png');
	background-repeat:no-repeat;
	background-position:left 5px;
}

	.systemMsg strong { color: #0b55c4; }
	.systemMsg .error { color: red; }

.smallBase {
	position:absolute;
	left:50%;
	top:50%;
	border:1px solid #b0b0b0;
	width:350px;
	height:200px;
	margin-left:-175px;
	margin-top:-100px;
	background-color:#FFF;
	text-align:center;
	color:#818181;
}
.bigBase {
	position:absolute;
	left:50%;
	/*border:1px solid #d4d4d4;*/
	width:950px;
	height:600px;
	margin-left:-450px;
	margin-top:0px;
	/*background-color:#FFF;*/
	text-align:left;
	color:#818181;
}


#container {
	border: 1px solid #CCC;
	width:800px;
	height:600px;
	text-align:left;
	background-color:#fff;
}
#banner {
	height:100px;
	text-align:center;
}
#menu {
	padding:5px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-size:11px;
}
#main {
	position:relative;
}
input {
	border:1px solid #CCC;
	font-size:11px;
	padding:3px;
}
input:focus {
	background-color:#ffffdd;
}
/*input:hover {
	background-color:#ffffdd;
}*/
button {
	border:1px solid #ccc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/*Curved Boxes*/
/*.tLeft { 
	position:absolute; 
	height:10px; width:10px; 
	left:0px; 
	top:0px; 
	background-image:url('../curves/top-left.jpg'); 
}
.tRight { 
	position:absolute; 
	height:10px; 
	width:10px; 
	left:100%; 
	top:0px; 
	margin-left:-10px; 
	background-image:url('../curves/top-right.jpg'); 
}
.bLeft { 
	position:absolute; 
	height:10px; 
	width:10px; 
	left:0px; 
	top:100%; 
	margin-top:-10px; 
	background-image:url('../curves/bot-left.jpg'); 
}
.bRight { 
	position:absolute; 
	height:10px; 
	width:10px; 
	left:100%; 
	top:100%; 
	margin-left:-10px; 
	margin-top:-10px; 
	background-image:url('../curves/bot-right.jpg'); 
}*/
