


/*FORM STYLES*/
/* This is used to set width & font-size of control the rest font-size are based upon this layout-size class*/
/*pseudoBody is outer page body div*/
#pseudoBody #layout-size {
	width:450px;
	font-size:1.00em;
}

/*This control is used to set width of particular style*/
#liquid-round {
/*background-color: yellow;*/
	width:450px;


}

/*This class can be used to set the table cell padding & cell spacing. 
  Use this style to center align table equivalent to align=center */
.campaignDesignerTable {
	margin-left:auto; 
	margin-right:auto;

}

/* Rounded Corners */
/*This id can be used to set styles for the outer layout of the control eg:-width, padding of the outer layout.*/
#liquid-round {
/*background-color: red;*/
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

/*This id or the class can be used alternatively for setting the internal controls width*/
.tab-body {
/*background-color: green;*/
	width:425px; /*Sets width of the table*/
	position: relative;
	left:5px;
	height:125px !important;
}

/*This id can be used to set styles for the outer layout of the control eg:-width, padding of the outer layout.*/
#liquid-round td {
	/*Sets the td inside div with id #liquid-round color to blue with specific font-size
	 and font-family with floating text at left*/
/*background-color: orange;*/
	font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;
	float:left;

	width:400px;
}










/*This class can be used to set the font-size & color of each h1 to h6 tags. Be specific for setting styles to h1 
tag so as to avoid styles being overwritten by global.css class.*/
#liquid-round h1,h2, h3, h4, h5 {
	height:0px;
	display:none;
}


/* Sets horizontal row of the div with background image */
.hr {
	height:0px;
	display:none;
}

/*This class can be used to set no wrapping of text on hmtl controls*/
.nowrap {
	white-space:nowrap;
}

/*This class can be used to set the footer font-size padding & color*/
.footer {
	height:0px;
	display:none;
}

/*This class is to set styles for validation summary on the page with font-color & font-size of users choice*/
.error {
	color:#ff0000;
	font-family: helvetica, arial;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:45px;
	left:15px;
	
}
.trValidation ul, li{
	padding:0; !important;
	margin:0; !important;
	list-style-type:none;
	}




/*This class can be used to set the disclaimer div font-size padding & color*/

.disclaimer {
	display:none;
}





.textbox{
	border-color:#7f9db9;
	border-width:1px;
	border-style:solid;
	width:230px;
	margin-right:5px; !important;
}


.cstrEmailAddress{
	position:absolute;
	left:13px;
	top:0px;
}







/*This class can be used to set the styles of outer div of button like padding, height, etc */
.buttonBorder{
	background:transparent url(http://www.totalmerrill.com/publish/mkt/campaigns/MLWebcast_111609/111609_Registration/images/bgButtonBg.jpg) repeat scroll 0 0;


	height:30px !important;
	width:110px !important;

	position: absolute;
	left: 250px;
	top:21px;



	}
.campaignButton 
{
	/*This style sets the background image of the control, padding, font-size,weight,color,text-decoration:none*/
	background: url(http://www.totalmerrill.com/publish/mkt/campaigns/MLWebcast_111609/112209_post/images/SubmitEmail.jpg) no-repeat 0 0 !important;
	/*padding:6px 35px 10px 50px !important;*/
	font-size:0em;
	color: #ffffff;
	font-family: helvetica, arial;
	text-decoration:none;
	
	height:30px !important;
	width:110px !important;

	
	margin:0px;
	position:absolute;
	left:0px;
	top:0px;


}
/*This class can be used to set styles on hover of campaign button*/
.campaignButton:hover
{
	text-decoration:none;
}

/* Sets same style for disclaimer and h2 */
.confirmation
{
	font-family: helvetica;
	color:#1695ef;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	border:0px;
	text-align:left;
	position:absolute;
	top:15px;
	width:305px;
	left:20px;
}


