*{
	margin:  0;
	padding: 0;
	}

/***************************************************************************/
/* Dividers                                                                */
/***************************************************************************/

#page{
	margin: 0 auto;
	width:  750px;
	}
	
/***************************************************************************/
/* Forms                                                                   */
/***************************************************************************/

#page form fieldset{ 
	border:  1px solid #999;
	margin:  5px 0;
	padding: 10px; 
	}

#page form fieldset input{ width: 150px; }

#page form fieldset input.button{ width: auto; }

#page form fieldset input.small{ width: 75px; }

#page form fieldset legend{ padding: 0 5px; }

/***************************************************************************/
/* Spans                                                                   */
/***************************************************************************/

#page form div span{ display: block; }

/***************************************************************************/
/* Tables                                                                  */
/***************************************************************************/
	
#page form fieldset table{ 
	background: #ccc;
	width:      100%; 
	}
	
#page form fieldset table tr td{
	background: #fff;
	padding:    5px;
	}
	
#page form fieldset table tr td.shaded{ background: #eee; }