td {
    vertical-align: top;
    font: normal 12pt tahoma, verdana, sans-serif;
    color: #035287;
    }

.max {
    width: 100%;
    border: 0;
    }

.x {
    display: inline;
    }
.home_left_img {
    width: 503px;
    height: 500px;
    border: 0;
    background: url('../images/eyedock_home_left.jpg') top left no-repeat #fff;
    }
.home_right_side {
    text-align: left;
    width: 776px; 
    background: url('../images/eyedock_home_right_fade.jpg') top left no-repeat #fff;
    padding: 45px 0 0 0;
    }

a:link, a:visited {
    text-decoration: none;
    color: #3e7ef3;
    }
a:hover {
    color: #1ec519;
    }
    


.area1 {
    width: 50%;
    background: url('../images/eyedock_home_area1.jpg') top left no-repeat;
    }
.title {
    padding: 10px 10px 0 10px;
    font-size: 14pt;
    width: 320px;
    }
.intro {
    padding: 0 15px;
    font-size: 9pt;
    line-height: 1.5em;
    width: 320px;
    }



.navbar { 
    vertical-align: middle;
    font: bold 11pt verdana, sans-serif;
    background: url('../images/eyedock_home_navbar_bg.jpg') top left repeat-x;
    padding: 0 10px 0 10px;
    }



.area2 {
    width: 50%;
    padding: 5px;
    background: url('../images/eyedock_home_area2.jpg') top left no-repeat;
    }
.search_title {
    font-size: 24pt;
    }
.search1 {
    padding: 0 0 0 25px;
    font-size: 9pt;
    }
.search2 {
    padding: 0 0 0 10px;
    font-size: 9pt;
    }
.see_thru {
    opacity: .5;
    filter: alpha(opacity=50);
    }
	
.warning {
	background:  #ffd4ce;
	padding: 5px;
	margin: 1.5em 0 1em 0;
	border: 1px solid gray;
}