* {
    padding: 0;
    margin: 0;
}
body {
    font-family: Tahoma,helvetica,sans-serif;
    font-size: 12px;
    color: #656565;
    text-align: justify;
    background-color: #EDEDED;
}
/*body>div:first-child {
    padding-top: 10px;
}*/
img {
    border: 0px;
}
table {
    border: 0px;
}
a {
    color: #cc0000;
    text-decoration: underline;
}
p {
    padding: 10px 0;
}

h1 {
    color: red;
    font-size: 160%;
    text-align: center;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 120%;
}
h4 {
    font: bold 1.3em Arial,Tahoma,sans-serif;
    color: #4095be;
    text-align: left;
}

/***
 * Elementy formularza
 */
select,
input[type=text] {
    width: 340px;
    border: 1px solid black;
}
input.btn {
  font: normal 14px Tahoma,helvetica,sans-serif;
  background-color: white;
  border: 1px solid;
  border-color: black;
  padding: 4px 30px;
}
.error {
    font-size: 10px;
    color: red;
}
input.error {
    font-size: 12px;
}
label.error {
    margin-left: 8px;
}

/***
 * jQuery Tooltip plugin
 */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 0.9em;}

/***
 * Style tekstu
 */
.text {
    padding: 0 10px;
}
.text_italic {
    font-size: 90%;
    font-style: italic;
}
.biggest {
    font-size: 160%;
    line-height: 1.4em;
}
.bigger {
    font-size: 140%;
    line-height: 1.2em;
}
.bigger2 {
    font-size: 120%;
}
.smaller {
    font-size: 90%;
}
.bold {
    font-weight: bold;
}
.red {
    color: #cc0000;
}
.center {
    text-align: center;
}
.justified {
    text-align: justify;
}

/***
 * Główne elementy strony
 */
#main {
    margin: 0 auto;
    width: 780px;
    background-color: white;
    border-left: 1px dotted black;
    border-right: 1px dotted black;
    position: relative;
}
#main > div {
    padding: 5px 25px;
}
div#head_info,
div#head {
    width: 780px;
    padding: 0;
    margin: 0;
}
div#head {
    height: 320px;
    background: url('../img/LexPolonica_Bezplatny-dostep.jpg') top no-repeat;
}
div#head_info {
    height: 177px;
    background: url('../img/LexPolonica.jpg') top no-repeat;
}
#text_content {
    line-height: 1.4em;
}
#col2,
#col3 {
    width: 735px;
    float: left;
}
#col3 div {
    width: 225px;
    padding: 2px 10px;
    float: left;
}
#col2 div {
    float: left;
}
#form_container {
    width: 470px;
    padding-left: 10px;
}
#informator {
    padding: 10px 0;
    text-align: left;
}
#informator p {
    padding: 0;
}
#form_table {
    width: 470px;
    margin: 0;
}
#form_table td {
    text-align: left;
    vertical-align: middle;
}
.leftcol {
    width: 120px;
}
#form_foot {
    width: 470px;
    margin-top: 10px;
    text-align: justify;
    font-size: 7pt;
}
#form_foot > p {
    padding: 0.5em;
}
.reqired_tip {
    cursor: help;
}
#foot,
#foot_info {
    background: url('../img/LexisNexis.jpg') bottom no-repeat;
}
#foot {
    height: 140px;
}
#foot_info {
    height: 200px;
}
#bg_img {
    background: url('../img/LexPolonica_Tylko-teraz.jpg') -35px 5px no-repeat;
    height: 600px;
    width: 240px;
    float: left;
}
#more {
    text-align: left;
    margin-top: 460px;
    padding: 0 15px;
    font-size: 14px;
}