﻿/*----- Forms -----------*/
.newSiteForm .newSiteFormTip
{
	color:#777777;
	font-size:7pt;
}

.newSiteForm .newSiteFormContent
{
	padding:0.3em 0.3em 0.3em 1em;
	margin:0;
}
.newSiteForm legend
{
	font-weight:bold;
	background-color: Transparent;
	padding: 0 0.5em;
}
.newSiteForm fieldset
{
	border-right: dotted 1px #CCCCCC;
	border-left: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	border-top:none;
	margin-bottom: 10px;
	padding:0 0 0 10px;
	background:transparent url(images/imgForm.gif) repeat-x 0 0;	
}

