
.hidden
{
	display:none;
}

.panelContent  {
	padding:10px;
	width:848px;
	padding-bottom:60px;
	margin-left:60px;
}

/***********************************************/
				/* reset css*/
/***********************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/*li{list-style:none;} Commented by KB 6/4/2009 */
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;}/*vertical-align:text-top; Commented by KB 6/4/2009 */
/*sub{vertical-align:text-bottom;} Commented by KB 6/4/2009 */
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/***********************************************/

/***********************************************/
	         /* general styles */
/***********************************************/
body {
	/* background:url(/images/header_v2/top_shaded_bg.gif) repeat-x; */
	margin: 0px;
	/*padding-top:10px;*/
	font: 11px Arial,Verdana,Geneva; 
	line-height:18px;  
	border-top:1px solid #ccc;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  padding:0 10px;
  font-size:20px;
  color:#666;
  line-height:1.2em;
  margin:20px 20px;
}

p,li,blockquote {
	color:#666;
}



.textField {
	width:200px;
}

#form_column {}

#form_column .column {
	position:relative;
	float:left;
}

ol#form_column1 {
	width:400px;
	right:10px;
	padding-right:5px;
}

ol#form_column1 li {}

ol#form_column2 {
	width:400px;
	margin-right:-310px;
}

ol#form_column2 li {}

#form_fields {
	float:left;
}

select {
	font-size:10px;
}

ul { margin:0; padding-right:10px; padding-left: 40px; list-style:disc outside url("/images/bg_list-bullet.gif"); }
 
div#DownloadFormPanel {
	background-color: #ebebea;
	width: 454px;
	border-left:2px solid #8b8d8e;
	border-right:2px solid #8b8d8e;
	margin-bottom:-7px;
}

fieldset div {
	padding-top: 5px;
}	

fieldset legend {
	color: #1d7fa1;
	font: bold 12px arial;
	padding-left: 4px;
}

fieldset#grpContactInformation {
	border-bottom: 1px solid #d1d1ce;
	padding-bottom: 10px;
}

fieldset#grpContactInformation, fieldset#grpOtherInformation {
	margin-top: 10px;	
} 

fieldset#grpContactInformation div#grpLocation, fieldset#grpContactInformation div#grpOther {
	overflow: auto;
}

fieldset#grpContactInformation div#grpLocation div, fieldset#grpContactInformation div#grpOther div, fieldset#grpPersonalInformation div {
	float: left;
}

fieldset#grpContactInformation div#grpLocation div *, fieldset#grpContactInformation div#grpOther div *, fieldset#grpPersonalInformation div * {
	margin-left: 10px;
}

fieldset#grpContactInformation label, fieldset#grpPersonalInformation label {
	display: block;
}

fieldset#grpContactInformation input, fieldset#grpPersonalInformation input { 
	width:135px;
}

fieldset#grpOtherInformation div {
	margin-left: 20px;
}

div#grpOther {
	clear:both
}

fieldset#grpOtherInformation div label.Question {
	display: -moz-inline-stack;
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	width: 230px;
}

fieldset#grpOtherInformation div label.CheckboxLabel {
	display: -moz-inline-stack;
	display: inline-block;
	padding-left: 3px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}

fieldset#grpContactInformation div.Hidden {
	display: none;
}

div#grpAreaCode { margin:0px -240px 0px 10px !important; color:#666; width:285px; }
div#grpAreaCode input { width:30px; margin-left:1px !important; margin-right:1px; }
div#grpAreaCode label { margin-left:6px !important; }

/* Begin left-hand content */

div#textContainer {
	float:left;
	margin-top:10px;
}

div#prodDescContainer {
	margin:0 0 0 10px;
	width:338px;
	background:url('http://www.metalogix.net/uploadedImages/images/prod_desc_bg.gif') repeat-y;
}

div#prodDescContainer div.content {
	background:url('http://www.metalogix.net/uploadedImages/images/prod_desc_top.gif') top no-repeat;
}

div#prodDescContainer div.text {
	padding:5px 17px 5px 5px;

//	padding:5px 20px 5px 8px;
//	text-align:left;
}

div#MoreInfoBubble {
	position:absolute;
	
	/* begin hack for IE 6 select z-index issue */
	width:567px;/*must have for any value*/;
	z-index:10;
	cursor:move;
	overflow:hidden;/*must have*/
	width:567px;/*must have, any height*/
	/* end hack for IE 6 select z-index issue */
}

/* this div is also a hack for IE 6 select z-index issue */
div#MoreInfoBubble iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:1700px;/*must have for any big value*/
	height:1700px/*must have for any big value*/;
}

div#MoreInfoBubble div.content {
	background:url('http://www.solarwinds.com/images/register/two_column/hover_sideways_bg.gif') repeat-y;
	padding:5px 10px 15px 10px;
	margin:-5px 0 -2px 0;
}

div#MoreInfoBubble div.text {
	margin-top:-2px;
}

div#MoreInfoIcon {
	float:right;
	margin-right:5px	
}

.hidden {
	display: none;
}

div#quoteContainer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;	padding:5px;
	margin:15px 0 0 10px;
	background: transparent url('../uploadedImages/images/quote_box.gif') no-repeat scroll 0 0;
	width:330px;
}

div#quoteContainer div.quotecontent {
	height:152px;
	padding:5px;
}

p.quoteHeader {
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

div#formContainer {
	float:left;
	margin-left:20px;
	margin-top:10px
}

div#formIntroText {
	background: #8b8d8e url('http://www.metalogix.net/uploadedImages/images/reg_form_top.gif') top no-repeat;
	width:478px;
}

div#formIntroText p {
	margin:0;
	padding:10px;
	color:#fff
}

/* Begin Checkboxes */
div#additionalDownloads { 
	background:#fff; 	
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc; 
}

div#additionalDownloads p { 
	color:#1d7fa1; 
	font-size:12px; 
	font-weight: 600; 
	margin:0; 
	padding-top:10px 
}

.checkboxContainer { 
	background:#fff; 
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc; 
	border-bottom:1px solid #ccc; 
	overflow:auto; 
	height:100%;
}

.checkbox { 
	float:left; 
	width:25px;
}

.checkboxText { 
	float: left; 
	width:410px; 
	margin-top:-3px; 
}

.checkboxText p { 
	font-size:10px; 
	color:#666 
}

.checkboxText p.header { 
	font-size:12px; 
	font-weight: 600; 
	color:#666 
}

div#keywordContainer {
	width:840px;
	background:#e8f2f5;
	border-left:1px solid #1d7fa1;
	border-right:1px solid #1d7fa1;
} 

div#keyword {
	text-align:center;
	border-top:1px solid #1d7fa1;
}

div#keywordMore {
	text-align:center;
	border-bottom:1px solid #1d7fa1;
}

ul.errorMessage li
{
    color:#ed1c24;
}

#toolsetAwards {  text-align:center; padding:20px 0px 0px 0px; background:transparent url("http://www.solarwinds.com/images/register/bg_RegFormLeftCol2.gif") no-repeat top left; width:325px; height:91px; margin:10px 0px 0px 10px; }

/* Content specific styles */
.ewGreen { color:#B5AE10; }


em, label {
	color: #666666;
	font: normal 10px arial;
}

p {
	margin: 10px 1px;
	padding: 0 10px;
}

.custReviews
{
	color: #FFFFFF;
	font-weight:bold;
	font-size:10px;
	line-height:12px;
	margin-left:0px;
	margin-top:-2px;
	width:285px;
}
.custName
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	line-height:12px;
	margin:15px 0 0 5px;	
	width:250px;
}

