
	/** plugin options page wrap */
	.pop_wrap {
		margin: 4px 15px 0px 0px;
	}

	.pop_wrap a {
		color: #21759b;
		text-decoration: none;
	}

	.pop_wrap h2 {
		font-size: 23px;
		padding: 9px 15px 4px 0px;
		line-height: 29px;
		margin: 0px;
		text-shadow: #fff 0 1px 0;
	}

	.pop_wrap h3 {
		font-size: 1.17em;
		margin: 1em 0;
	}

	.pop_updated {
		font-weight: bold;
		padding: 0 .6em;
		margin: 5px 0 15px;
		background-color: #ffffe0;
		border-color: #e6db55;
	}

	.pop_round {
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border-width: 1px;
		border-style: solid;
	}

	.pop_sidebar {
		float: right;
		width: 300px;
	}

	.pop_main {
		float:none;
		margin-right:320px;
	}

	.pop_box {
		border: 1px solid #dfdfdf;
		-webkit-box-shadow: inset 0 1px 0 #fff;
		box-shadow: inset 0 1px 0 #fff;
		margin-bottom: 20px;
		padding: 0;
		background: #f5f5f5;
		background-image: -webkit-gradient(linear,left bottom,left top,from(#f5f5f5),to(#f9f9f9));
		background-image: -webkit-linear-gradient(bottom,#f5f5f5,#f9f9f9);
		background-image: -moz-linear-gradient(bottom,#f5f5f5,#f9f9f9);
		background-image: -o-linear-gradient(bottom,#f5f5f5,#f9f9f9);
		background-image: linear-gradient(to top,#f5f5f5,#f9f9f9);
	}

	.pop_box h3 {
		color: #464646;
		font-size: 15px;
		font-weight: normal;
		padding: 7px 10px;
		margin: 0;
		line-height: 1;
		border-bottom: 1px solid #dfdfdf;
		text-shadow: #fff 0 1px 0;
		-webkit-box-shadow: 0 1px 0 #fff;
		box-shadow: 0 1px 0 #fff;
		background: #f1f1f1;
		background-image: -webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));
		background-image: -webkit-linear-gradient(bottom,#ececec,#f9f9f9);
		background-image: -moz-linear-gradient(bottom,#ececec,#f9f9f9);
		background-image: -o-linear-gradient(bottom,#ececec,#f9f9f9);
		background-image: linear-gradient(to top,#ececec,#f9f9f9);
	}

	.pop_box_content {
		margin: 10px 0;
		padding: 0 12px 0 10px;
		line-height: 1em;
	}

	.pop_box ul, .pop_box ol {
		list-style: none;
		padding: 0;
	}

	.pop_box li {
		margin-bottom: 6px;
	}

	.pop_box textarea, input, select {
		margin: 0px 5px 10px 10px;
		padding: 3px;
	}

	.pop_submit {
		text-align: center;
	}

	.pop_submit input {
		font-size: 1.4em;
	}

	.pop_table th, .pop_table td {
		margin-bottom: 9px;
		padding: 8px 10px;
		line-height: 20px;
		font-size: 12px;
	}

	.pop_table th {
		font-weight: bold;
	}