@charset "utf-8";
/* CSS Document */

/*container*/
.container{width:800px; height:250px; display:block; margin:150px auto; background:#ffffff; box-shadow:0px 0px 8px #414141;}

/*title*/
.title{width:760px; height:40px; float:left; position:relative; font-size:16px; font-weight:normal; line-height:40px; padding:0px 20px; color:#ffffff;}

/*info*/
.info{width:199px; height:170px; float:left; padding:20px; border-right:1px solid;}

/*content*/
.content{width:520px; height:170px; float:right; padding:20px;}
.buttonbar{width:520px; height:30px; position:absolute; top:170px;}