/* ##### NOTE: PLEASE DO NOT PUT  WIDTHS IN THIS CSS, PUT  WIDTHS IN THE "WIDTH CONTROLLER" CSS FILE ##### */
/***** --- GLOBAL DEFINITIONS for RELDA brand --- ******/
	body { font-family: verdana, arial, sans-serif; font-size:11px; }
	body,td{color:#4D4D4D;}
    button{
        border: none;
        background: transparent;
        margin: 0;
        padding: 0;
        font-size: 10px;
    }
    #siteContainer { text-align:left; margin-left:auto; margin-right:auto; }
	a { color: #8C271F; }
	form { padding:0px; margin:0px; }
	input, select, textarea { font-family: verdana, arial, sans-serif; font-size: 12px; padding: 0px; margin: 0px; background: #ffffff; color: #000000; }
	.calendar { padding: 3px 0px 0px 0px; }
	.clear { clear: both; }
	.clearDiv { content: "."; display: block; height: 0; font-size:1px; clear: both; visibility: hidden; }
	.right { float:right; }
	.left { float:left; }
.buttonForm {
    font-family: verdana, arial, sans-serif;
    font-size:10px;
    text-transform:capitalize;
    cursor:pointer;
    cursor:hand;
    height:20px;
    color:#ffffff;
    border: 1px solid #BFB6AA;
    font-weight: bolder;
    background: url(/westin/images/wi_btn_arrow.gif) right no-repeat #703745;
    padding: 2px 10px 3px 5px;
    margin: 0px;
}
