/* import reset styles */

@import url(reset.css);

/* main css follows */

body {
	   background: #b0e502 url(../images/bkg.jpg) repeat-x;
	   margin:0px;
     }

#container {
    width:960px;
    margin:0 auto;
    text-align:left;
}

 .highlight

  {
  }



  .alertbox

  {

    position: absolute;

    padding-left: 45px;

    width: 216px;

    background: url(../images/aarow.png) no-repeat left top;

    color: Black;

  }



  .alertbox div

  {

    min-height: 34px;

    width: 200px;

    padding: 8px;

    border-radius: 10px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

    background-color: #FFEB8C;

  }


