﻿.prihlaseni
{
	background-color:Transparent;
}

.tblReg
{
	vertical-align:top;
	text-align:left;
}

.profile_photo
{
    width:110px;
    height:140px;
    float:left;
    margin:0px 0px 0px 20px;
    padding-top:5px;
    border:solid 1px #666666;
}

.profile_photo IMG
{
    width:100px;
    height:120px;
    background:url('images/placeholder-100.jpg');
}

.tblReg .label
{
	width:200px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	margin-right:10px;
	margin-left:10px;
}

.tblReg .left_align
{
	text-align:left;
}

.tblReg .center_align
{
	text-align:center;
}

.tblReg .input
{
	text-align:left;
}

.tblReg .input INPUT
{
	width:300px;
}

.tblReg .int INPUT
{
	width:100px;
}

.tblReg .small INPUT
{
	width:80px;
}

.tblReg .input TEXTAREA
{
	width:300px;
	height:100px;
}

.tblReg .small TEXTAREA
{
	width:150px;
}

.tblReg .mandatory
{
	width:20px;
	color:#980000;
}

