﻿.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.editorContainer
{
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 11px;
	overflow: hidden;
}

.editorContainer .websiteTitle
{
	font-weight:bold;
	font-size:13px;
}

.editorContainer td
{
	text-align: left;
}

.editorContainer .sectionTitle
{
	font-weight: bold;
	width:400px;
}

.editorContainer .sectionLabel
{
	
	width:400px;
}

.editorContainer .sectionValue
{
	width:250px;
}

.sectionValueOverflow
{
    overflow: visible;
}

.websiteRegistration
{
	padding: 3px;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 11px;
	overflow: hidden;
	height: 780px;
}

.websiteRegistration .sectionTitle
{
	font-weight: bold;
	font-size: larger;
}

.sectionOperations
{
	width:629px;
	text-align:left;
}
