/*
************************

	kontkat

************************
*/

table#dane{
width: 99%;
}
table#dane td{
width: 50%;
vertical-align: top;
}

h2{
color: #767070;
}

input.text,textarea{
border: solid 1px #B6B0B0;
width: 200px;
}
textarea{
width: 520px;
height: 150px;
}

table{
/* margin: 20px 0 0 10px; */
width: 99%;
}
table td{
width: 50%;
}

span.required,p.msg{
color: #285E9A;
font-weight: bold;
}
p.msg{
/* padding: 0 320px 0 40px; */
}
