#main_col .full .section-title {
	margin: 0;
	width: 100%;
}

.full .section-title .title {
	display: block;
	border-bottom: 4px solid #BBD239;
}

.ipBox {
	width: 100%;
	height: 480px;
	background: url(/wp-content/plugins/nme-what-is-my-ip/images/ipwrapper-bg_v2.png) no-repeat 0 0 #6B6990;
	-webkit-box-shadow: 0 -1px 5px #4C4C4C inset, 0 1px 0 #9290B7;
	-moz-box-shadow: 0 -1px 5px #4C4C4C inset, 0 1px 0 #9290B7;
	box-shadow: 0 -1px 5px #4C4C4C inset, 0 1px 0 #9290B7;
	position: relative;
}

.ipMainWrapper {
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding-top: 40px;
	z-index: 500;
}

.ipBoxTitle {
	text-transform:uppercase;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}

.ipBoxWrapper {
	background-color: transparent;
	background-image: url(/wp-content/plugins/nme-what-is-my-ip/images/ip_1x1.png);
	background-repeat:repeat;
	border-radius: 5px;
	-webkit-box-shadow:0 -1px 15px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	height: 45px;
	padding-top: 10px;
	position: relative;
}

.buttonBox {
	background-color: transparent;
	background-image:url(whats-my-ip-Dateien/ipplugin/ip_1x1.png);
	background-repeat:repeat;
	border-radius: 5px;
	-webkit-box-shadow:0 -1px 15px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	margin: 10px auto;
	display: table;
	padding: 10px;
}

.buttonBox a {
	border: 1px solid #535577;
	border-radius: 5px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	padding: 5px 30px;
	color: #FFFFFF;
	-moz-text-shadow: 0 1px 0 #4E5071;
	-webkit-text-shadow: 0 1px 0 #4E5071;
	-khtml-text-shadow: 0 1px 0 #4E5071;
	text-shadow: 0 1px 0 #4E5071;
	text-transform: uppercase;
	width: 160px;
	background: none #333256;
  	background: -moz-linear-gradient(top, #333256, #6b6a8d);
  	background: -ms-linear-gradient(top, #333256, #6b6a8d);
  	background: -o-linear-gradient(top, #333256, #6b6a8d);
  	background: -webkit-gradient(linear, 0 0, 0 100%, from(#333256), to(#6b6a8d));
  	background: -webkit-linear-gradient(top, #333256, #6b6a8d);
  	background: linear-gradient(top, #333256, #6b6a8d);
}

.buttonBox a:hover {
	color: #8685AE;
	-moz-text-shadow: 0 1px 0 #333256;
	-webkit-text-shadow: 0 1px 0 #333256;
	-khtml-text-shadow: 0 1px 0 #333256;
	text-shadow: 0 -1px 0 #333256;
	text-decoration: none;
}

.buttonBox a span {
	background: url(whats-my-ip-Dateien/ipplugin/clipboard-ico.png) no-repeat right center transparent;
	display: block;
}

.buttonBox a:hover span {
	background: url(whats-my-ip-Dateien/ipplugin/clipboard-ico_hover.png) no-repeat right center transparent;
}

.ipLines {
	position: absolute;
	/* top: 219px; */
	z-index: 1;
}

.ipBoard {
	margin: auto;
	width: 375px;
	height: 34px;
}

.ipBoxInfo {
	margin: 15px 0 0 15px;
	color: #F3F3F6;
	display: none;
}

.ipBoxInfo table {
	border: none;
}

.ipBoxInfo table td {
	border: none;
	padding: 0;
	padding-bottom: 1em;
	margin: 0;
	vertical-align: top;
}

.ipBoxInfo table td.first {
	width: 40%;
	font-weight: bold;
	padding-right: 5px;
}

