﻿	body
	{
	margin:0;
	padding:0;
	}
	.clsWidgetBox
        {
        font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000;
        background:url('/saveology/images/widgetBackground.gif') no-repeat bottom;
        width:250px;
        height:250px;
        }
        
        .clsWidgetBox *
        {
        list-style:none;
        margin:0px;
        padding:0px;
        }

        .clsWidgetHeader
        {
        background:url('/saveology/images/widgetHeader.gif') no-repeat;
        height:85px;
        width:250px;
        }
        
        .clsWidgetFields 
        {
        width:220px;
        margin:auto;
        margin-top:15px;
        height:100px;
        }
        
        .clsWidgetFields li
        {
        float:left;

        display:inline;
        margin-right:6px;
        padding: 0 0 12px 6px;
        padding-right:12px;
        padding-bottom:12px;
        }
        
        .clsWidgetFields li input
        {
        	
        	line-height:1.4em;
        	height: 20px; 
        	border: solid 1px #666;
        display:block;
        padding-right:10px;
        }
        
        .clsWidgetButton
        {
        background:url('/saveology/images/widgetButton.gif') no-repeat;
    	height:29px;
        width:135px;
        margin-left:15px;
        }