html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  position: relative;
}

#outer_box
{
    width: 250px; 
    border: 1px solid #E3E4E6; 
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #E6F1F3;
}

#top_section
{
	margin: 0px 0px 0px 6px;
    min-height: 55px;
    z-index: 900;
}

#upper_text
{
	background-image:url(images/information.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 42px;
    font-family: Calibri;
    font-size: 14px;
    color: #384753;
    margin: 5px 0px 0px 0px;
	min-height: 29px;
    width: 166px;
}

#cancel
{
    background-image:url(images/x-default-LTR.png);
    width: 30px;
    height: 17px;
    position: absolute;
    left: 221px;
    top: -1px;
    cursor: pointer;
    z-index: 1000;
}

#buttom_section
{
    padding: 9px 0px 10px 7px;
    background-color: white;
    border-top: 1px solid #E3E4E6;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}

#change_settings_text
{
    font-family: Calibri;
    font-size: 12px;
    color: #384753;
    cursor: pointer;
}