/* IP Catch.com CSS */
/* Jonathan Hudghton */
/* http://www.hudghton.co.uk */
/* Version 2.0 - (c) 2007 */

/* Tables still rule OK */

/* Basics */
body { margin: 0px; padding: 0px;}
img {border: 0;}
form {display: inline;}
ul {list-style-type:square; list-style-position:outside;}
.success {color: #45A70F; display:inline;}
.error {color: #FF0000; display:inline;}
.codeview {font-family: "Courier New",Courier; color:#000000; background-color: #CCCCCC;}
h1  { font-family: Arial; font-size: 14px; color: #999999; display:inline;}
h3  { font-family: Arial; font-size: 15px; color: #000088; display:inline; border-bottom: 1px dashed #CCCCCC}
.formstyle1 {font-family: Arial; color: #000000; background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #FF0000; width: 106px; padding-left: 3px; padding-right: 3px;}


/* Links */
#container a:link {color : #0000FF; text-decoration:none;}
#container a:visited{color : #0000FF; text-decoration:none;}
#container a:active {color : #CC9900; text-decoration:none;}
#container a:hover {color : #333333; text-decoration:underline;}

/* Layout Divs */
#container {
width: 760px;
margin-left: auto;
margin-right: auto;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding-left: 1px;
padding-right: 1px;
}

#header_logo {
float: left;
width: 760px;
margin-top: 5px;
margin-bottom: 15px;
border-bottom: 1px solid #CCCCCC;
text-align: center;
}

#top_text {
text-align: center;
}

.ip_data_show_left {
float: left;
width: 100px;
margin-top: 5px;
font-weight: bold;
text-align: right;
font-size: 13px;
height: 24px;
}

.ip_data_show_right {
float: left;
margin-left: 20px;
margin-top: 5px;
width: 350px;
text-align: left;
font-size: 13px;
height: 24px;
}

.ip_data_show_copy {
float: left;
margin-left: 20px;
margin-top: 5px;
width: 60px;
text-align: left;
font-size: 13px;
height: 24px;
}

#ip_show_div {
width: 560px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 15px;
padding: 5px;
border: 1px solid #FF0000;
}


#footer_text {
float: left;
width: 750px;
padding: 5px;
margin-top: 15px;
border: 1px solid #CCCCCC;
text-align: center;
font-size: 10px;
}

.webmasters_left {
float: left;
text-align: right;
margin-top: 5px;
margin-right: 10px;
width: 150px;
}

.webmasters_right {
float: left;
margin-top: 5px;
width: 600px;
text-align: left;
}