body{max-width:760px;margin:auto;}
.titling_head{width:650px;margin:auto;}
.titling_rowP{width:650px;margin-bottom:12px;box-shadow:0px 0px 5px #888888;-moz-box-shadow:0px 0px 5px #888888;-webkit-box-shadow:0px 0px 5px #888888;padding:8px;display:block;position:relative;margin:auto;margin-bottom:12px;}
.titling_rowP:after{clear:both;}
.titling_rowP:after, .titling_rowP:before{content:'';display:table;}
.titling_rowP div{overflow:hidden;padding:10px;}
.titling_rowP div p{font-family:sans-serif;}
.titling_rowP img{width:150px;height:150px;display:block;float:left;}

.titling_rowP img {border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;box-shadow:0px 0px 5px #888888;-moz-box-shadow:0px 0px 5px #888888;-webkit-box-shadow:0px 0px 5px #888888}

#datediff{float:right;font-size:22px;font-family:sans-serif;font-weight:bold;color:#6C7A89;}


h1, h2, h3, h4, h5, h6 {
	font-family: "Yanone Kaffeesatz";
}

#searchtxt {
	font-family: "Yanone Kaffeesatz";
	font-size:35px;
}

.selectcust {
    padding: 0;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;

    background: #fff url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 90% 50%;
}

.selectcust select {
    padding: 5px 8px;
    font-size:30px;
    border: none;
    box-shadow: none;
    background-color: #F2F2F2;
    border: 1px solid #ECECEC;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-align:center;
    font-family: "Yanone Kaffeesatz";
}

.selectcust select:focus {
    outline: none;
}

#formgo {
    padding: 5px 8px;
    border-radius: 3px;
    font-size:30px;
    border: none;
    background-color: #87D37C;
    border: 1px solid #ECECEC;
    text-align:center;
    font-family: "Yanone Kaffeesatz";
}