﻿table.tbl1 td:first-child
{
	font-weight: bold;
	vertical-align: top;
	padding-top: 7px;
}

tr.company_data
{
	display: none;
}

tr.extra_participants
{
	display: none;
}

tr.extra_participants input[type="text"], tr.extra_participants input[type="password"]
{
	border: 1px solid #636363;
	font-size: 12px;
	width: 100px;
}

table.extra_participants
{
	border: solid 1px;
	border-collapse: collapse;
}

table.extra_participants th
{
	color: White;
	font-weight: normal;
	text-align: left;
	padding: 6px;
	background-color: #7B2226;
}

table.extra_participants th.extra_field
{
	width: 33%;	
}

table.add_extra
{
	border: none;
}

table.add_extra td
{
	padding: 2px;
}

tr.advance_cost
{
	display: none;
}

.updnWatermark
{
	color: #999;
	font-family: Sans-Serif;
	font-size: small;
	font-style: italic;
	padding: 2px;
}

input.error, textarea.error, .input-validation-error
{
	border: 1px solid red;
	background-color: #FFFF99;  
}

label.error
{
	margin-left: 5px;
	color: red;
	font-weight: bold;
}

.field-validation-error, .field-validation-error span
{
	color: red;
	font-weight: bold;
}

.validation-summary-errors li
{
	color: red;
	font-weight: bold;
}

.watermark {
   color: #999;
}