#cymbria_widget {
	height: 135px;
	width: 255px;
	float: right;
	margin:3px 0 3px 10px;
	background:url(/images/widget/bg-table.gif) repeat-y;
}

#cymbria_widget .input-field input {
	width:100px;
}

#cymbria_widget .input-button {
	
}

#cymbria_widget .input-logout {
	height: 73px; padding: 10px; text-align: right;
}

#cymbria_widget .divider {
	background:url(/images/widget/widget_divider.gif) no-repeat center; height:10px;
}

#cymbria_widget table.main {
	width: 231px;
	height: 135px;
	margin:0;
	padding:0;
	background:url(/images/widget/bg-table-bottom.gif) no-repeat bottom;
}

#cymbria_widget table th {
	width:100%;
	height:25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color:#fff;
	background:url(/images/widget/bg-widget_title.gif) no-repeat;
}

#cymbria_widget table table {
	background:none;
}

#cymbria_widget fieldset {
	text-align:center;
	margin:0;
	border:0;
	vertical-align:middle;
}

.date {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #444444;
	text-align:center;
}

.date td { padding:3px 0 4px 0; }

.shares {
	width:120px;
	padding-left: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #e97626;
}

.price {
	padding-right:14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #5a5a5a;
	text-align: right;
}

#login-widget 
{
    position: absolute;
    top: 50px;
    left: 160px;
	margin:3px 0 3px 10px;
	background: url(/images/widget/bg-table.gif) repeat-y;
}
#login-widget .input-field input {
	width:100px;
}
#login-widget .divider {
	background:url(/images/widget/widget_divider.gif) no-repeat center;
	height:10px;
}
#login-widget table.main {
	width: 231px;
	height: 135px;
	margin:0;
	padding:0;
	background:url(/images/widget/bg-table-bottom.gif) no-repeat bottom;
}
#login-widget table th {
	width:100%;
	height:25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color:#fff;
	background:url(/images/widget/bg-widget_title.gif) no-repeat;
}
