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: arial;
  vertical-align: baseline;
  position: relative;
  background-color: Transparent;
}
.clear {
	clear:both;
}
/*
#main_wrapper {
	margin-top:-22px;
}
*/
#main_wrapper.rtl  {
	direction:rtl;
}
/*
#deck_tip {
    background-color: Transparent;
    display: block;
    position: relative;
    top: 4px;
	left:0;
    z-index: 10;
}
*/

#outer_box 
{
    /*margin:0 15px 15px;*/
	width: 342px;
	height:155px;

    background: #ffffff;
	border: 4px solid #7D8184 ;

/*	-moz-box-shadow: 0px 0px 12px #888; /* Firefox */
/*	-webkit-box-shadow: 0px 0px 12px #888; /* Safari, Chrome */
	/*box-shadow: 0px 0px 12px #888; /* CSS3 */
}

#img_and_title
{
   padding-top:10px;
   padding-bottom: 10px;
   font-weight:bold;
   color:#373737;
}
#img_and_title img {
	margin-right:10px;
	float:left;
}
.rtl #img_and_title img {
	margin-right:0;
	margin-left:10px;
	float:right;
}
#img_and_title p {
	margin-top:4px;
}
#title_label
{
    font-family: arial;
    font-size: 14px;
    color: #313030;
    top: 1px;
}
#inner_box_wrapper {
	margin-left: 5px;
}
/*
.rtl #inner_box_wrapper {
	margin-left: 0;
	margin-right: 5px;
}
*/
#inner_box
{
    background: white;
    margin-left: 35px;
}
/*
.rtl #inner_box {
    margin-left: 0;
	margin-right: 35px;
}
*/
#containerSearch
{
    margin-top:5px;
}

#chkSearch 
{
    float: left;
    margin-bottom: 10px;
}
.rtl #chkSearch 
{
    float: right;
}
#containerHomepage
{
    clear:both;
}

#chkHomepage 
{
    float: left;
    margin-bottom: 20px;
}
.rtl #chkHomepage {
	float: right;
}
.radio_text
{
    font-family: arial;
    font-size: 11px;
    color: #6d6d6d;
	top: 2px;
}

#buttons
{
    bottom: 0;
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
	background:#f5fafd;
}

#ok_button {
	width:68px;
	height:24px;
	display:block;
	margin:8px auto 0;
	cursor:pointer;
}