body 
{
    font-family: tahoma, verdana, arial;
    font-size: 83%; 
    color: #444;
    direction: ltr;
    margin: 0px; 
    background-image: none; 
    background-color: #fcfcfc;
    /*background-color:#f0f0ee;*/
    background-position: left top; 
    background-repeat: repeat;	    
}

p
{
    margin:0 0 5px 0;
}

h1 {
	font-weight: normal;
	font-size: 161.7%;
	color: #000;
	line-height: 110%;
	margin: 0px 0px 5px; 
	
}

div.topbotrow {
	width: 700px; 
	height:32px;
	border-bottom:1px dashed #A7A7A7;
	margin:  10px auto 10px auto;
	text-align:center;
	background-image: url(../../images/title_bg.gif); 
	background-repeat:repeat-x;
}

div.banner
{
    width: 700px; 
    height:28px;
	margin:  10px auto 10px auto;
	/*background:#F3F3F3;*/
	background-image: url(../../images/part_bg.gif); 
	background-repeat:repeat-x;
	padding:5px 0 0 5px;
}

div.bluebar {
	clear: both; font-size: 1px; margin: 10px 0px; color: #dee8f3; height: 1px; 
    background-color: #dee8f3;
}

div.row {
	margin: auto auto 5px; width: 700px;
}

.fieldvalidator
{
    margin:0 10px 0 0;
}

div.errormsgs
{
	margin: auto auto 5px; width: 700px;
	font-weight: normal;
	color: red;
}

.cinput
{
	display:inline-block; width:240px;
}
