/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

/* * {margin:0; padding:0;} */

.dialog_login #trlev1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.content_login .tdlev1 .Normal {
	/*	width: 174px;*/
	height: auto;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding-left: 1em;
	vertical-align: top;
	
	
}
.Head {
	/*	width: 174px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 2.2em;
	padding-left: -0.0em;	
}




.dialog_login {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
/* color:#fff; */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.3em; /* spacing under dialog */

}

.dialog_login .content_login,
.dialog_login .menycontent,
.dialog_login .t,
.dialog_login .b,
.dialog_login .b div {
 background:transparent url(login-800x1600.png) no-repeat top right;
/* _background-image:url(demo/dialog2-blue.gif); */
}

.dialog_login .content_login,
.dialog_login .menycontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
  padding:0.4em 1.7em 0.0em 0.0em;
}



.dialog_login .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_login .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_login .b,
.dialog_login .b div {
 height:15px; /* height of bottom cap/shade */
/* font-size:1px; */
}

.dialog_login .b {
 background-position:bottom right;
}

.dialog_login .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_login .hd,
.dialog_login .bd,
.dialog_login .ft {
 position:relative;
}

.dialog_login .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}


/*
#userid { 
background:#fff url(http://www.sunfleet.com/Portals/_default/Containers/login/input_bg.gif); display:inline; width:200px; height:16px; font-size:10px; border:1px #999 solid; font-family:tahoma,verdana,arial,sans-serif; padding-top:4px}

#password { 
background:#fff url(http://www.sunfleet.com/Portals/_default/Containers/login/input_bg.gif); display:inline; width:200px; height:16px; font-size:10px; border:1px #999 solid; font-family:tahoma,verdana,arial,sans-serif; padding-top:4px}

.label { font-family:tahoma,verdana,arial,sans-serif; font-size:10px; font-weight:bold;}
*/