/* 
    Document   : reg
    Created on : 1.9.2009, 18:14:54
    Author     : Pepa
    Description:
        zobrazeni registracniho formulare klienta HDP.
*/
.pagearea .reg h1{
    background: url(../../images/design/wideh1bg.png) no-repeat top left;
	margin-bottom: 1ex;
}

.pagearea .htmtxt h1{
    background: url(../../images/design/wideh1bg.png) no-repeat top left !important;
	margin-bottom: 1ex;
}
.pagearea .htmtxt {
    background: url(../../images/design/widebodybg.png) repeat-y left !important;
	color: #4D4D4D;
}
.pagearea .reg {
    background: url(../../images/design/widebodybg.png) repeat-y left;
	color: #4D4D4D;
}
.pagearea .reg .content {
	padding: 0 40px 0 30px;
	min-height: 500px;
}
.pagearea .reg .content h2{
	margin:0;
	padding:0;
}
.pagearea .reg .content p {
	margin-bottom: 0;
}
.pagearea .reg .sndconf .error, .pagearea .reg .sndconf .warning, .pagearea .reg .sndconf .okinfo {
	background: none;
	padding-left: 0  !important;
	font-weight: normal;
	color: black;
	font-style: italic;
	min-height: 14px;
}

/*form*/
.pagearea .reg .new {
	font-size: 10px;
}
.pagearea .reg .new img {
	margin-bottom: -4px;
	/*vertical-align: bottom;*/
}
.pagearea .reg .new table {
	width: 100%;
}
.pagearea .reg .new table h3{
	margin: 0;
}
.pagearea .reg .new th{
	border: 1px solid white;
	padding: 10px 2px 0 2px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	/*background-color: #656565;
	color: white;*/
	background-color: #E6E6E6;
	color: #4D4D4D;
	max-width: 100px;
}
.pagearea .reg .new td{
	border: 1px solid white;
	background-color: #E6E6E6;
	padding: 6px 2px 6px 6px;
	text-align: left;
	vertical-align: top;
}
.pagearea .reg .new .subtitle {
	font-weight: bold;
	font-size: 12px;
}
.pagearea .reg .new .infonote {
	color: #660066;
}
.pagearea .reg .new select {
	max-width: 160px;
	font-size: 10px;
}
.pagearea .reg .new input {
	font-size: 10px;
}
.pagearea .reg .new textarea {
	font-size: 11px;
}
.pagearea .reg .new .dbutton {
	text-align: center;
	padding: 0;
	vertical-align: middle;
	line-height: 18px;
	margin-right: 2px;
}

.pagearea .reg .new .buttons {
	text-align: right;
	background: transparent;
}
.pagearea .reg .new button {
	margin-left: 750px;
	background-image: url(../../images/design/detdrbutt.png);
	display: block;
	width: 132px;
	height: 39px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	border: none;
	font-size: 14px;
	color: #4D4D4D;
}
.pagearea .reg .new button:hover {
	background-image: url(../../images/design/detdrbuttover.png);
}
.pagearea .reg .new .buttons .infonote {
	float: left;
	color: #BE0C0C;
	font-size: 12px;
}
.pagearea .reg .new .requiered {
	background-color: #FFF3C4;
}
.pagearea .reg .new .rules{
	width: 700px;
	height: 100px;
	border: 1px dotted gray;
	margin-bottom: 4px;
	background-color: white;
	overflow: auto;
	padding: 1ex;
    font-family: 'Times New Roman',Times,serif;
	font-size: 12px;
}
.pagearea .reg .new  .humantest {
	font-size: 18px;
    font-family: Georgia,'Times New Roman',times,serif;
    letter-spacing: 6px;
}


/*other*/
.mainarea .pagearea {
    background: url(../../images/design/widebottbg.png) no-repeat bottom left;
	padding-bottom: 21px;
}

