/* 
    Document   : searchBox
    Created on : Jun 7, 2009, 10:42:47 PM
    Author     : prashant
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


/* ======================= Following CSS is for the SEARCH BOX ======================== */

.searchcontainer {
width:100%;
background-image:url(images/sidebar_center.jpg);

}


.searchcontainer_label_text {
height:5px;
color:#4863A0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 12px;
font-weight:bold;
padding:5px 15px 25px 20px;

}

.searchcontainer_content {
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: solid solid solid solid;
border-color: #9999CC;
}

/* ======================= Following CSS is for the RIGHT BOX ======================== */

.myAccordion {
  float: left;
  margin-right: 15px;
}

.myAccordion .yui-cms-accordion .yui-cms-item {
    width: 200px;
}

