/* Table of Contents

	- Global Reset
	- Basic Structural Rules
	- Specific Structural Rules
	- Common Rules
	- Form Rules
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


/* Global Reset

	This is an easy way to make sure that all browsers will default all element rules to the same settings.
	
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,p,blockquote,th,td {
	margin : 0;
	padding : 0;
	border : none;
	font-size : inherit;
	line-height : inherit;
}
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin : 0;
	padding : 0;
	border : none;
	font-size : inherit;
	line-height : inherit;
}
*/
fieldset,img { border : 0; }
address,caption,cite,code,dfn,em,th,var { font-style : normal; font-weight : normal; }
ol,ul { list-style : none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight : normal; }
q:before,q:after { content:''; }
abbr,acronym { border : 0; }

/* Basic Structural Rules

	These ids and classes create the most basic building blocks for the website.
	(html) sets the default font type, color and size for the entire site.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


html {
	width : 100%;
	color : #333;
	font-size : 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
}

body {
	margin : 10px auto 0 auto;
	width : 760px;
	text-align : center;
	background : #e5e5e5;
}

body.large #content { font-size : 125%; line-height : 125%; }
body.xlarge #content { font-size : 150%; line-height : 150%; }

#wrapper {
	width : 756px;
	font-size : 1em;
	line-height : 1.1em;
	background : url(/images/template/wrapperBackground.gif) bottom left no-repeat #fff;
	display : block;
	float : left;
}

#header {
	margin : 0 auto 0 auto;
	padding : 0;
	width : 756px;
	text-align : left;
	display : block;
	clear : both;
}

#printHeader { display : none; }

/* NOTE! navigationBar is a class, this is so that you can have more than one on a page. */

.navigation {
	margin : 0;
	padding : 0;
	width : 756px;
	display : block;
	float : left;
	clear : both;
}

#graphicBanner {
	margin : 0 auto 0 auto;
	padding : 0 1px 0 1px;
	width : 754px;
	display : block;
	clear : both;
}

/* NOTE! content is also a class, this is so that you can have more than one on a page. */

.content {
	margin : 0 auto 0 auto;
	padding : 0 1px 1em 1px;
	width : 754px;
	text-align : left;
	display : block;
	float : left;
	clear : both;
}

#footer {
	margin : 0 auto 0 auto;
	width : 756px;
	text-align : left;
	display : block;
	clear : both;
}

/* Specific Structural Rules

	Use this area to define rules for specific content/pages/design elements.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

#header { font-size : .9em; background : url(/images/template/headerBackground.gif) top left no-repeat #fff; }

#header ul {
	padding : 1.5em 24px 4.4em 24px;
	width : 708px;
	text-align : right;
	background : url(/images/template/logo.gif) left no-repeat;
}

#header li {
	margin : 0;
	padding : 0;
	background : url(/images/template/headerNavDivide.gif) right no-repeat;
	display : inline;
}

#header a {
	margin : 0 .72em 0 .3em;
	padding : 0;
	color : #c63;
	display : inline;
}

#header a:hover { color : #930; }

#header li.last { background : none; }
#header li.last a { margin : 0 0 0 .32em; }

/* Rules for Graphic Banner areas */

#pageBanner {
	margin : 0;
	padding : 0 1px 0 1px;
	width : 754px;
	/*background : url(/images/content/bannerBackground.jpg) top left no-repeat;*/
	display : block;
	float : left;
	clear : both;
}

#pageBannerLanding
{
	margin : 0;
	padding : 0 1px 0 1px;
	width : 754px;
	display : block;
	float : left;
	clear : both;
    height:151px;
}



/* Added for Retail Pages Header background and text */

#pageBannerretailLanding
{
	margin : 0;
	padding : 0 1px 0 1px;
	width : 754px;
	display : block;
	float : left;
	clear : both;
    background : url(/images/landing-banner-retail.jpg) top left no-repeat;
    height:151px;
}

#pageBannerretail
{
	margin : 0;
	padding : 0 1px 0 1px;
	width : 754px;
	display : block;
	float : left;
	clear : both;
	    
    background : url(/images/product-hdr-retail.gif) top left no-repeat;
    height:81px;
}
#pageBannerretailText
{
	display : block;
	float : left;
	left:184px;
	top:46px;
	position:relative;
	font-size : 1.7em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 100%;	
}





/* Added for Enterprise Pages Header background and text */

#pageBannerenterpriseLanding
{
	margin : 0;
	padding : 0 1px 0 1px;
	width : 754px;
	display : block;
	float : left;
	clear : both;
    background : url(/images/landing-banner-enterprise.jpg) top left no-repeat;
    height:151px;
}

#pageBannerenterprise
{
	margin : 0;
	padding : 0 1px 0 1px;
	width : 754px;
	display : block;
	float : left;
	clear : both;
	    
    background : url(/images/product-hdr-enterprise.gif) top left no-repeat;
    height:81px;
}
#pageBannerenterpriseText
{
	display : block;
	float : left;
	left:244px;
	top:46px;
	position:relative;
	font-size : 1.7em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 100%;	
}





/* Added for ProjectCenter Pages Header background and text */

#pageBannerprojectcenterLanding
{
	margin : 0;
	padding : 0 1px 0 1px;
	width : 754px;
	display : block;
	float : left;
	clear : both;
	    
    background : url(/images/landing-banner-pc.jpg) top left no-repeat;
    height:151px;
}

#pageBannerprojectcenter
{
	margin : 0;
	padding : 0 1px 0 1px;
	width : 754px;
	display : block;
	float : left;
	clear : both;
	    
    background : url(/images/product-hdr-pc.gif) top left no-repeat;
    height:81px;
}
#pageBannerprojectcenterText
{
	display : block;
	float : left;
	left:136px;
	top:46px;
	position:relative;
	font-size : 1.7em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 100%;	
}






h1.graphic {
	margin : 0;
	padding : 0;
	border : none;
	text-indent : -5000px;
	display : block;
	float : left;
	clear : both;
	overflow : hidden;
}

h1.home {
	height : 230px;
	width : 754px;
	background : url(/images/content/homeBanner.jpg) top left no-repeat;
}

h1.landing {
	padding : 0 0 15px 0;
	height : 151px;
	width : 754px;
	background : url(/images/content/landingBanner.jpg) top left no-repeat;
}

h1.content {
	margin : 30px 0 0 0;
	padding : 1.1em 0 1.1em 244px;
	width : 492px;
	height : auto;
	text-indent : 0;
	background : url(/images/template/homeTitleBricsnetEnterprise.gif) left no-repeat;
}

/* Rules for footer */

#footer p { padding : 2em 24px 2em 24px; text-align : left; }

/* Rules for news listing page */

div.listing p { margin : 0 0 .5em 0; padding : .5em 1.4em 0 1.4em; border-bottom : 1px #d9d9d9 solid; }
div.listing a {
	margin : .5em 0 0 0; 
	padding : .5em 2em .5em 1.4em;
	width : auto;
	text-align : right;
	background : url(/images/template/listingButton.gif) top right no-repeat;
	display : block;
	clear : both;
}

/* Rules for homepage */

div.homeContentOne {
	margin : 4px 0 0 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	background : url(/images/template/homeContentBack1.jpg) bottom left no-repeat #fff;
}

div.homeContentTwo { background : url(/images/template/homeContentBack2.jpg) bottom left no-repeat #fff; }

h2.graphic {
	margin : 0;
	padding : 0;
	border : none;
	text-indent : -5000px;
	display : block;
	float : left;
	clear : both;
	overflow : hidden;
}

h2.retail { height : 77px; width : 250px; background : url(/images/template/homeTitleRetail.gif) top left no-repeat; }
h2.corporate { height : 77px; width : 250px; background : url(/images/template/homeTitleCorporate.gif) top left no-repeat; }
h2.project { height : 77px; width : 250px; background : url(/images/template/homeTitleProjectMan.gif) top left no-repeat; }
h2.mediaCenter { height : 42px; width : 503px; background : url(/images/template/homeTitlemediaCenter.gif) top left no-repeat; }
h2.freeDemo { height : 42px; width : 250px; background : url(/images/template/homeTitleFreeDemo.gif) top left no-repeat; }
h2.askExperts { height : 44px; width : 250px; background : url(/images/template/homeTitleAskExperts.gif) top left no-repeat; }

a.learnMore {
	margin : 5px 0 15px 35px;
	padding : 0;
	height : 19px;
	width : 88px;
	text-indent : -5000px;
	background : url(/images/template/buttonLearnMore.gif) top left no-repeat;
	display : block;
	float : left;
	clear : both;
	overflow : hidden;
}

a.seeAllHeadlines {
	margin : 0;
	padding : 0;
	height : 35px;
	width : 503px;
	text-indent : -5000px;
	background : url(/images/template/buttonSeeAllHeadlines.gif) top left no-repeat;
	display : block;
	float : left;
	clear : both;
	overflow : hidden;
}

/* Landing Page */

.landingColum2 { background : url(/images/template/landingColumn2Back.gif) top left repeat-y; }

.landingColum2 h2.freeDemo { height : 42px; width : 175px; background : url(/images/template/homeTitleFreeDemo.gif) top left no-repeat; }
.landingColum2 h2.askExperts { height : 43px; width : 175px; background : url(/images/template/homeTitleAskExperts2.gif) top left no-repeat; }


/* Special Bullet Rules */

ul.blueCircle { padding : 0 10px 0 19px; list-style : none; }
ul.blueCircle li { padding : 0 0 .9em 13px; background : url(/images/template/bulletBlueCircle.gif) top left no-repeat; }

ul.squares { padding : 0 10px 0 14px; list-style : none; }
ul.squares li { padding : 0 0 1.5em 13px; background : url(/images/template/bulletSquare.gif) top left no-repeat; }

ul.arrows { padding : 0 10px 0 14px; list-style : none; }
ul.arrows li {	padding : 0 0 1.5em 13px; background : url(/images/template/bulletArrows.gif) top left no-repeat; color:#666;line-height:1.4em; }

ul.downArrow { padding : 1em 10px 1em 14px; list-style : none; }
ul.downArrow li {	padding : 0 0 1.5em 17px; background : url(/images/template/bulletDownArrow.gif) top left no-repeat; }

/* Interior Content Page */

.previous { background : url(/images/template/previousBucketTitle.gif) top left no-repeat; }
.previous p {
	margin : 20px 0 20px 0;
	padding : 5px 23PX 15px 25px;
	background : url(/images/template/previousBucketBackground.gif) bottom left no-repeat;
}

.next { background : url(/images/template/nextBucketTitle.gif) top left no-repeat; }
.next p {
	margin : 20px 0 20px 0;
	padding : 5px 40PX 15px 23px;
	background : url(/images/template/nextBucketBackground.gif) bottom left no-repeat;
}

/* Common Rules
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

a { color : #06c; text-decoration : none; outline : none; }
a:hover { color : #039; }

.content div { display : block; }

/* COLUMNS
	You can use this class to make a div into a column
	The width here defaults to 50% but can be controlled through the class name in the html which is applied by the autowidth.js file
	
	To set a div column width by percent you would specify the class like this ( class="column percent_#" ) where # is the desired value.
	
	To set a div column width to a specific pixel size you would specify the class like this ( class="column pixels_#" ) where # is the desired value.
*/

.column { margin : 0; padding : 0; width : 50%; float : left; }

h1 {
	padding : .8em;
	/*width : auto;*/
	font-size : 1.7em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 100%;
	display : block;
}

h2 {
	padding : 1em 1.4em 1.5em 1.4em;
	
	/*width : auto;*/
	color : #333;
	font-weight : bold;
	display : block;
}

h3 {
	padding : .5em 1.4em 0 1.4em;
	/*width : auto;*/
	color : #930;
	display : block;
}

h4 {
	padding : .5em 1.4em 0 1.4em;
	/*width : auto;*/
	font-weight : bold;
	display : block;
}

p {
	padding : .5em 1.4em .5em 1.4em;
	line-height : 1.4em;
	/*width : auto;*/
	display : block;
}


ul {
	padding : .5em 1.4em 0 30px;
	/*width : auto;*/
	list-style : disc;
	display : block;
	clear : both;
}

ol {
	padding : .5em 1em 0 30px;
	width : auto;
	display : block;
	list-style-type:decimal;
		line-height : 1.4em;

}

ul li, ol li {
	padding : 0 0 .5em 0;
	width : inherit;
}


.contentSideNav ul li
{
	/*padding : .5em 1.4em 0 30px;*/
	line-height : 1.4em;
    background:transparent url(/images/template/bulletSquare.gif) no-repeat scroll left top;
    padding:0pt 0pt 0.9em 13px;
    list-style:none;

}



hr {
	margin : .5em 1.4em .5em 1.4em;
	display : block;
}

object, embed, img { display : block; }


sup { font-size : 55%; }

/* apply this class to ad a divider between content sections */

.divider { border-bottom : 1px #d9d9d9 solid; }

/* apply this class to properly format images within content */

.photo {
	margin : 5px 10px 5px 10px;
	display : block;
}

/* Apply these classes to float stuff left or right */

.left { float : left; }

.right { float : right; }

.clear { clear : both; float : none; }

/* Apply this to hide anything */

.hide { display : none; }

/* Form Rules
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/
/*
.form { margin : 5px 0 10px 0; padding : 5px 0 10px 0; }

fieldset {
	margin : 0;
	padding : 5px 10px 5px 10px;
	font-size : inherit;
	line-height : inherit;
	border : none;
	display : block;
	clear : both;
}

label { margin : 0; padding : 0 1em 0 0; text-align : left; width : auto; display : block; float : left; }

input { margin : .2em 0 0 0; height : 1.4em; border : 1px #333 solid; display : block; outline : none; }

textarea { border : 1px #333 solid; display : block; }

input.radio { margin : 0 .5em 0 0; border : none; display : block; float : left; }
input.checkbox { margin : 0 .5em 0 0; border : none; display : block; float : left; }

select { border : 1px #333 solid; display : block; outline : none; }

option { height : 1.3em; }

input.button {
	margin : 0 1em 0 0;
	padding : .2em 1em .2em 1em;
	height : auto;
	border : 1px #333 solid;
	background : url(/images/template/footerBackground.jpg) top left no-repeat;
	float : left;
}
*/

/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
#container{
	position:relative;
	text-align:left;
	margin:0 0 0 20px;
	width:auto;
}

form.wufoo{
	margin:20px 0px 0 0px;
	padding:0 0 20px 0;
}


#formFields li 
{
    background:#fff;
}

/* - - - - - - - - - - - - - - - - - - - - -

FORM

- - - - - - - - - - - - - - - - - - - - - */


.wufoo li{
	width:62%;
}
form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	font-size:100%;
}
form li{
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}
form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

form li, .buttons{display: inline-block;}
 * html form li, * html .buttons{height: 1%;} 
form li, .buttons{display: block;}

* html form li div{
	display:inline-block;
}

form li div, form li span{
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	color:#444;
}
form li span{
	float:left;
}
form li div.left{
	display:inline;
	float:left;
	width:48%;
}
form li div.right{
	display:inline;
	float:right;
	width:48%;
}
form li div.left .medium, form li div.right .medium{
	width:100%;
}

.clear{
	clear:both;
}

form li div label, form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:9px;
	line-height:9px;
	color:#444;
	display:block;
}
form li .datepicker{
	float:left;
	margin:.1em 5px 0 0;
	padding:0;
	width: 16px;
	height: 16px;
	cursor:pointer !important;
}

/* ----- INFO ----- */

.info{
	display:inline-block; 
	clear:both;
	margin:0 0 1em 0;
	border-bottom:1px dotted #ccc;
}
.info[class]{
	display:block;
}
.info h2{
	font-weight:normal;
	font-size:160%;
	margin:0 0 3px 0;
	clear:left;
}
.info p{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px 0;
}

/* ----- SECTIONS ----- */

form hr{
	display:none;
}
form li.section{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
	padding-left:0px;
	width:87% !important;
}
form ul li.first{
	border-top:none !important;
	margin-top:0px !important;
	padding-top:0px !important;
}
form .section h3{
	font-weight:normal;
	font-size:110%;
	line-height:130%;
	margin:0 0 2px 0;
}
form .section p{
	font-size:85%;
	margin:0 0 10px 0;
}

/* ----- BUTTONS ----- */

input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.buttons{
	clear:both;
	margin-top:10px;
}
.buttons input{
	font-size:120%;
	margin-right: 5px;
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:bold;
}
span.symbol{
	font-size:115%;
	line-height:130%;
}
input.text, input.file, textarea.textarea, select.select{
	margin:0;
	font-size:100%;
	color:#333;
}
input.text, textarea.textarea, .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}
input.text, input.file{
	padding:2px 0 2px 0;
}
input.currency{
	text-align:right;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}
textarea.textarea{
	font-family:Verdana, Arial,  sans-serif;
}
select.select{
	margin:1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}

/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* ----- ERRORS ----- */

#errorLi{
	width:99%;
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	text-align:center;
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
}
#errorMsgLbl{
	margin:7px 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000;
}
#errorMsg{
	margin:0 0 .8em 0;
	color:#000;
	font-size:100%;
}
#errorMsg strong{
	background-color: #FFDFDF;
	padding:2px 3px;
	color:red;
}
form li.error{
	background-color: #FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;
}
form li.error label{
	color:#DF0000 !important;
}
form p.error{
	color:red;
	font-weight:bold;
	font-size:10px;
	margin:0 0 5px 0;
	clear:both;
}

/* ----- REQUIRED ----- */

form .req{
	float:none;
	color:red;
	font-weight:bold;
}

/* ----- INSTRUCTIONS ----- */

form li.focused{
	background-color:#fff7c0;
}
form .instruct{
	position:absolute;
	top:0;
	left:100%;
	z-index:1000;
	width:42%;
	margin:0 0 0 8px;
	padding:8px 10px 9px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	line-height:130%;
	font-size:80%;
	color:#444;
	visibility:hidden;
}
form .instruct small{
	font-size:105%;
}
form li.focused .instruct, form li:hover .instruct{
	visibility:visible;
}

.noI .instruct{
	display:none !important;
}
.noI form li{
	width:96%;
}
.noI .leftLabel li, .noI .rightLabel li, .noI li.leftLabel, .noI li.rightLabel{
	width:66%;
	padding-left:30%;
}
.noI li.section{
	padding-left:9px;
}
.noI .leftLabel label.desc, .noI .rightLabel label.desc{
	width:27%;
}
* html .noI .leftLabel label.desc, * html .noI .rightLabel label.desc{
	width:40%;
}
.leftLabel li, .rightLabel li, li.leftLabel, li.rightLabel{
	padding-left:22%;
	padding-top:9px;
	width:55% !important;
}
.leftLabel p.instruct, .rightLabel p.instruct{
	width:26%;
	margin-left:2px;
}
* html .leftLabel p.instruct, * html .rightLabel p.instruct{
	width:37%;
}
.leftLabel label.desc, .rightLabel label.desc{
	position:absolute;
	left:0;
	width:24%;
	margin-left:9px;
	margin-top:2px;
}
* html .leftLabel label.desc, * html .rightLabel label.desc{
	width:34%;
}
.rightLabel label.desc{
	text-align:right;
}
.leftLabel li.buttons, .rightLabel li.buttons{
	padding-left:9px;
}


/* ----- Password ----- */

ul.protected{
	list-style:none;
	margin:60px 0;
}
.protected li{
	text-align:center;
	padding:10px 0;
}
.protected h2{
	font-weight:bold;
	color:#DF0000;
	margin:0 auto 10px auto;
}
.protected label{
	font-size:120% !important;
	padding-top:10px;
	display:block;
}
.protected input.text{
	font-size:170% !important;
	width:380px;
	text-align:center;
}
.protected .buttons{
	margin:0;
}
.protected #saveForm{
	font-size:120% !important;
}


/* Added for fValidator*/
.fValidator-msg
{
    position:absolute;
    z-index:10;
    top:23px;
    left:340px;  
    border:solid 1px #c00;
    background:#fff;
    color:#c00;  
    width:175px;
    padding:2px;
    
}

.colBody .fValidator-msg,.colBody2 .fValidator-msg

{
    position:absolute;
    z-index:10;
    top:46px;
    left:0px;  
    border:solid 1px #c00;
    background:#fff;
    color:#c00;  
    width:165px;
    padding:2px;
    
}