/* CSS Document */

#AnnouncerForm {
	position:relative;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color:#505050;
	font-size:80%;
	line-height:100%;
}

#AnnouncerForm Input,Textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin-bottom:7px;
	margin-right:5px;
	color:#000000;
	border:0px;
	border-bottom:1px solid #505050;
	border-left:1px solid #505050;
	background-color:#f0f0f0;
	padding:1px;
	letter-spacing:0px;
	font-weight:normal;
}

#AnnouncerForm Textarea {
	color:#000000;
	background-color:#f0f0f0;	
	font-weight:normal;
	letter-spacing:0px;
	font-size:11px;
	border:0px;
	border-bottom:1px solid #505050;
	border-left:1px solid #505050;	
}

#AnnouncerForm .reqField {
	border-color:#d00000;
	border-width:2px;
}

#AnnouncerForm .Checkbox
{
	background-color:#ffffff;
	border:0px;
}

#AnnouncerForm .Button {
	padding:5px;
	border:1px solid black;
	margin:10px;
}

#AnnouncerForm #DIV_HQAddress {
	padding:10px;
	width:290px;
	position:absolute;
	left:0px;
}

#AnnouncerForm #DIV_ContactAddress {
	padding:10px;
	width:290px;
	position:absolute;
	left:300px;
}

#AnnouncerForm #DIV_ContactsDivs {
	height:150px;
	margin-top:20px;
	position:relative;
	border-top: 1px solid #b0b0b0;
	padding-top:5px;
	width:600px;
}

#AnnouncerForm #DIV_Contacts, #DIV_Operator, #DIV_Info, #DIV_FormFinish {
	margin-top:20px;
	padding-top:5px;
	border-top: 1px solid #b0b0b0;
	width:600px;	
}


#RegisterRulesPage {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	padding-bottom:50px;
}

#RegisterRulesPage FORM {
	width:auto;
	padding:10px;
	margin:15px;
	height:auto;
	background-color:#A2BDCF;
	color:#FFFFFF;
	border:1px solid #216A9A;
	float:left;
}


#RegisterRulesPage #EmailForm {
	margin-top:20px;
}

#RegisterRulesPage #RulesText {
	margin:15px 00px 25px 00px;
	padding:20px;
	color:#505050;
	font-size:90%;
	border:0px solid #f09090;
	line-height:140%;
	background-color:#EEF3F6;
}


#DataFilesPanel {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
	font-size:10px;
	line-height:13px;
	width:100%;
	margin-top:10px;
}


#DataFilesPanel Input,Textarea, Select {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
	margin-bottom:4px;
	margin-right:5px;
	color:#000090;
	border:0px;
	border-bottom:1px solid #505050;
	border-left:1px solid #505050;
	background-color:#f0f0f0;
	padding:2px;
	letter-spacing:0px;
	font-weight:bold;
	vertical-align:middle;
}

#DataFilesPanel .normalInput {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
	margin-bottom:4px;
	margin-right:5px;
	border:1px solid #a0a0a0;
	background-color:#fafafa;
	color:#404040;
}

#DataFilesPanel .Button {
	padding:2px;
	border:1px solid black;
}

#DataFilesPanel .FileInfo {
	border-top:1px solid black;
	margin-bottom:15px;
	padding-top:3px;
}