/* CSS Document */

table.shadowTable
{
	margin:0;
	padding:0;
	table-layout:auto;
	border:none;
	border-width:0px;
	border-spacing:0px;	
	border-collapse:collapse;
	background: transparent;
}

.simplePaddingCell
{ 
	background-color: transparent;
	height:5px;	
	width:5px;		
}

.simpleHorizontalCell
{ 
	background-color: gray;
	height:5px	
	width:100%;
}

.simpleVerticalCell
{ 
	background-color: gray;
	width:5px	
}

table.simpleShadowTable
{
	border:none;
	border-width:0px;
	border-spacing:0px;	
	border-collapse:collapse;
	background: gray;
	table-layout:auto;
}

.imageOfSimpleShadowTable
{
	position:relative;
	left: -5px;
	top: -5px;	
	background: gray;
}

.textOfSimpleShadowTable
{
	border:1px dotted black;
	position:relative;
	left: -4px;
	top: -3px;	
	padding: 10px;
	background: white;
	width:auto;	
}

 {
 margin:0;
 height:21px;
 width:146px;
 background:url(login_bg.gif) no-repeat bottom;
}
 

.login
{
 background:none;
 border:none;
 width:134px;
 height:15px;
 margin:0;
 padding: 2px 7px 0px 7px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
}

/* Gradient 1 */
.tb10 {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}
/* Gradient 2 */
.tb7 {
	width: 221px;
	background: transparent url('images/bg.jpg') no-repeat;
	color : #747862;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}
/* Double Border */
.tb6 {
	border: 3px double #CCCCCC;
	width: 230px;
}
/* Border Color / Style */
.tb3 {
	border: 2px dashed #D1C7AC;
	width: 230px;
}

/* Background Image */
.tb4 {
	background-image: url(images/bg.png);
	border: 1px solid #6297BC;
	width: 230px;
}
/* Larger Side Border */
.tb8 {
	width: 230px;
	border: 1px solid #3366FF;
	border-left: 4px solid #3366FF;
}

/* Image in Text Box */
.tb11 {
	background:#FFFFFF url(../images/search.png) no-repeat 4px 4px;
	padding:4px 4px 4px 22px;
	border:1px solid #CCCCCC;
	width:340px;
	height:18px;
}
.round {
border-radius: 41px; 

-moz-border-radius: 41px; 

-webkit-border-radius: 41px; 

border: 2px solid #807D80;
}
.login-butt { font-family:arial; font-size:12px;background-color:#B20218;color:#ffffff; font-weight:bold; height:25px;}