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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


input, textarea { font-size:14px; font-family: "Open Sans", sans-serif }

body { padding:0; margin:0; font-family:"Open Sans", sans-serif; background: #fff url(../images/bg_page.jpg) repeat-x center top;}
a {color: #448bd2;}
a:hover {color: #135ba2;}
.wrapper {width: 980px; margin: 0 auto; background: url(../images/bg_wrapper.jpg) repeat-x center top;}
.wrapper2 {width: 980px; margin: 0 auto;background: url(../images/bg_header.png) no-repeat center top; padding: 10px;}
.left {width: 235px; float: left;margin-right: 25px;
	
}

.right {width: 710px; float: left;}
.right h1 {color: #fff;font-family: Times, serif;font-weight: 400;font-size: 37px; padding: 0 0 5px;}
.right h2 {color: #fff;font-family: Times, serif;font-weight: 400;font-size: 20px;}
.right h3 {color: #155a9f;margin: 20px 0px 10px;font-size: 18px;}
.right h4 {color: #448bd2;margin: 10px 0px 5px;}
.right .message {}
.right .message .item {}
.right .message input {border: 1px solid #ccc;padding: 3px;width: 200px;}
.right textarea {border: 1px solid #ccc;padding: 3px;width: 560px;}
.right p {font-size: 14px;margin-bottom: 10px;color: #666; line-height: 18px;}
.right .send input {width: 120px;background: #173655 url(../images/bg_header.png) no-repeat center top;color: #fff; font-weight: bold;float: right;margin: 5px 40px 10px 0px;cursor: pointer;}
.right  .item.split {width: 49%;float: left;margin-bottom: 10px;}
.right .message label, .right label.desc{display: block;width: 120px;float: left;text-align: right;padding-right: 10px; color: #999;line-height: 22px;}
.right .photos {}
.right .photos label {color: #999;}
.right .photos .photos_container {list-style: none; width: 100%; display: block;margin: 0; padding: 0;}
.right .photos .photos_container .photo {float: left;margin: 5px;}
.right .photos .photos_container .photo img {width: 100px;box-shadow: 0px 0px 5px #ccc;border: 3px solid #fff;}
.left .date {text-align: center;font-family: Times, serif;font-size: 20px; color: #333; margin: 0 0 20px;}
.left dl {margin: 0px 0px 0px 10px;}
.left dl dt {color: #2a5784;font-family: Times, serif;font-size: 20px;}
.left dl dd {font-size: 14px;padding: 5px 0px 30px;color: #333; line-height: 20px;}
.left dl dd a {text-align:center; display:block; text-decoration:none}
.left dl dd a {text-decoration:underline}
.left dl dd a img {width:225px}
.hubert {border: 5px solid white;}
.clear {clear: both;}

.errors { color:red; padding-bottom:6px}
.errors strong { text-decoration:underline}

.success { margin:30px 0 10px; font-size:16px; color:#33cc33}