/* ------------- GENERAL ----------- */


body {
        margin: 0;
        padding: 30px;
        text-align: left;
        font-family: tahoma, arial;
        font-size: 13px;
        line-height: 18px;
        color: #333333;
        }

a:link, a:visited {
        color: #000000;
        text-decoration: underline;
        }

a:hover, a:active, a:focus {
        color: #00a3d7;
        text-decoration: underline;
        }


h1 {
        margin: 0;
        padding: 10px 0 5px 0;
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
        color: #00a3d7;
        }

h2 {
        margin: 0;
        padding: 5px 0 10px 0;
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
        color: #000000;
        }

p {
        font-size: 13px;
        line-height: 18px;
        }


/* tabel formuri */

form {
        display: inline;
        }

fieldset {
        margin: 0;
        padding: 10px;
        }

legend {
        padding: 15px 15px 15px 10px;
        font-size: 11px;
        font-weight: bold;
        line-height: 18px;
        }


.form_lbl {
        background: #cae6ee;
        }
.form_lbl_icon
		{
		border-style: solid; 
		border-width: 1px;
		border-color: #cae6ee;
		background: #ffffff;
		padding: 0px;
		text-align: center;
		}

.form_data {
        background: #d3eaf1;
        }