/* 
    Document   : main
    Created on : 2010-02-12, 12:07:52
    Author     : Tril
    Description:
        Main stylesheet for page;
*/

body {
    margin:0;
    padding:0;
    font: 13px Georgia;
    text-align: center;
}
#mainwrapper {
    margin: auto;
    text-align: left;
    min-width: 350px;
}
#wrapper {
    text-align: center;
}
* html #mainwrapper {
    text-align: center;
}
input[type=text] { width: 300px; }
input[type=password] { width: 300px; }
#domainIDN { width: 350px; height: 150px;}
#domainPunycode { width: 350px; height: 150px;}
div#logo {
    text-align: center;
    margin: auto;
}
div#logo img {
    border: 0;
}
div#options {
    text-align: center;
    margin: auto;
    height: 20px;
    width: 850px;
    margin-bottom: 3px;
}
div#options a {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11px;
    
    text-decoration: none;
    float: left;
    display: block;
    padding: 5px;
    background: #4479e3;
    color: #fff;
    margin-right: 4px;
}
div#options a:hover {
    background: #262626;
}
div#options a.actived {
    background: #242424;
}
#cleartext {
    width: 400px;
    height: 300px;
}
#skip {
height: 100px;
width: 400px;
}
.cut {
height: 300px;
width: 400px;
}
#punyform {
    text-align: center;
}
#fromtext_result {
    width: 400px;
    margin: auto;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px gray solid;
    text-align: left;
}
#pagerank-results {
    width: 300px;
    margin: auto;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px gray solid;
    text-align: left;
}
#multi-results {
    width: 400px;
    margin: auto;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px gray solid;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
#gpos {
    width: 300px;
    margin: auto;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px gray solid;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
#kup_domene {
    padding: 5px;
    background: rgb(255, 250, 220) none repeat scroll 0% 0%;
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-inline-policy: continuous;
    display: block;
    text-align: center;
    margin: auto;
    width: 400px;
    margin-top: 3px;
}

#whoisrep {
    width: 400px;
    margin: auto;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px gray solid;
    font-family: "Courier New", monotype, monospace;
    text-align: left;
}

.pos
{
	/*border: 1px solid;*/
}

.pos tr td
{
	/*border: 1px solid;*/
	width: 22px;
}
