* { outline: 0; }

html{
	width: 100%;
	height: 100%;
	color: #4D4D4D;
}

body {
	height: 100%;
	overflow-y: scroll;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*background: url(/static/images/layout/bg.png) repeat-x fixed 0 bottom;*/
}

#container {
	min-height: 100%
}

textarea {
	height: 80px;
	padding: 4px;
	margin: 0;
	resize: none;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

#detail textarea{
	padding: 0;
}

#detail label{
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
}

th, tr, td, caption {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.content2 table .cor {
	margin-top: 10px;
}

/* @group forms */

textarea, select, select:active, select:focus, textarea, textarea:focus, textarea:active {
	background-image: none;
	background-color: white;
	margin: 0;
	font-size: 13px;
	border: none;
	outline: none;
	color: #4D4D4D;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}


input {
	background-image: none;
	margin: 0;
	font-size: 13px;
	border: none;
	outline: none;
	color: #4D4D4D;
}



#form-error{
	padding: 5px;
	list-style-type: none;
	margin: 10px auto;
}

#form-error ul{
	list-style-type: none;
	list-style-position: inside;
}

.corner {
	width: 170px;
	padding: 2px 2px 2px 4px;
	background-color: white;
	margin: 3px 0;
}

.corner-long {
	width: 355px;
	padding: 2px 2px 2px 4px;
	background-color: white;
	margin: 3px 0;
}


.corner2 {
	padding: 2px 2px 2px 4px;
	background-color: white;
	margin: 3px 0;
	margin-bottom: 15px;
}	

.corner-submit {
	background-color: #99ad1a;
	padding: 1px;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	float: right;
}

.connect-button input{
	height: 24px;
}

.nice-form .corner-submit{
	background-color: #99ad1a;
	padding: 1px;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	float: none;
}

h4.spaces{
	margin-top: 0.5em;
	margin-bottom:  0.5em;
}

.orange {
	background-color: #ef8e00;
	text-align: center;
	margin: 0;
	margin-left: 4px;
	height: 24px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.button-orange{
	padding: 0;
	margin: 0;
	margin-top: 3px;
	outline: none;
}

.button_hover {
	background-color: #8da307;
}

.button{
	text-align:center;
	padding: 1px;
	display: inline;
	outline: none;
}

.login{
	margin: 0;
	padding: 0;
}

.login .corner, .login .row{
	float: right;
}

.login .button_hover{
	background-color: #e58800;
}

.login .row{
	margin-top: 5px;
	margin-bottom: 5px;
}

.login .corner{
	margin-top: 2px;
	margin-bottom: 2px;
}

.connect-button{
	margin-top: 3px;
	text-align: right	
}

.round, .round_long {
	width: 98%;
}


select, select:active, select:focus {
	padding-left: 3px;
}

input[type="submit"] {
	cursor: pointer; 
	cursor: hand;
	background-color: transparent;
}

input.no_margin {
	margin-top: 0;
}


input[type="text"] {
}

input[type="password"] {
}

input[type="checkbox"] {
	margin: 0;
	padding: 0;
	display: inline;
	margin-left:0px;
	width: 14px;
}

.short_bar {
	width: 50px;

}

.shortbar {
	width: 50px;
	float: left;
}

.sb{
	width: 90px;
}




/* @end */

/* @group typography */

p{
	line-height: 16px;
	color: #4D4D4D;
}

a {
	color: black;
	font-weight: bold;
}

ul {
	color: #4D4D4D;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: white;
}

h2{
	font-size: 18px;
	font-weight: bold;
	color: white;
	margin-bottom: 4px;
}

h3{
	font-size: 16px;
	font-weight: bold;
	color: white;
}

h3.bottom{
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin-bottom: 4px;
}

h4{
	font-size: 14px;
	font-weight: bold;
	color: white;
}

h6{
	padding: 0;
	margin: 0;
	font-size: .68em;
	text-align: center;
	color: white;
	font-weight: normal;
	font-style: normal;
}

h2.search-title { 
	display: block;
	float: left;
	margin: 0;
	margin-top: 40px;
	padding: 0;
	width: 500px;
	color: white;
	font-weight: bold;
}

h1.title { 
	text-align: center;
	display: block;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	color: white;
	font-weight: bold;

}

h2.title{
	margin-top: 0.3em;
}

h3.title{
	clear: both;
	display: block;
}

h3.nobottom{
	margin: 0;
	margin-bottom: 0;
}

.micro {
	font-size: 0.5em;
}
a {
	color: #4D4D4D;
	text-decoration: none;
}

.disclaimer {
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 9px;
}

/* @end */

/* @group home */

#header {
	height: 110px;
	width: 100%;
	padding: 0;
	margin:0;
	margin-bottom: 20px;
	background-color: #FF9900;
	position: relative;
}

#header .container{
	height: 100%
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

#header img.logo{
	margin: 0;
	padding: 0;
	height: 110px;
	width: 145px;
	float: left;
	display: block;
	}

#footer, #footer a, #footer h6, #footer h6 a {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	color: #999999;
	font-size: 13px;
}

#footer a:hover {
	color:  #4D4D4D;
}


#footer {
	clear: both;
	height: 40px;
	text-align:center;
	margin: -50px auto 0 auto;
	position: relative;
	padding-top: 10px;
}
#clearfooter {
	display: block;
	height: 50px;
}

#register {
	background-color: #B3D009;
	padding: 20px;
	height: 380px;
}

#register form.register {
	margin-top: 10px;
	padding-right: 2px;
}

#register .t {
	width: 50px;
}

#register h4{
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0;
}

#search {
	background: #29ADE4 url(/static/images/layout/hp.png) no-repeat center 110px;
	padding: 20px;
	height: 380px;
}

#search .bigbar {
	background-color: #29ADE4;
	padding: 0;
	width:  575px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
}

#search .bigbar .cl {
	padding: 0;
	margin: 0;
	padding-left: 10px;
	width: 500px;
	height: 50px;
	background-color: white;
	float: left;
}

#search .bigbar .cr {
	padding: 0;
	margin: 0;
	margin-left: 4px;
	padding-right: 10px;
	background-color: white;
	width: 50px;
	height: 50px;
	float: left;
}

#search input.t{
	margin-top: 2px;
	width: 495px;
	height: 42px;
	font-size: 34px;
}

#search input.s{
	font-size: 34px;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0;
	background: white url(/static/images/layout/search.png) -1px 0px;
}

label.search{ 
	margin: 0;
	padding: 0;
	color: black;
}

/* @end */

/* @group corners */

.corb {
	background-color: #29ADE4;
	border: 4px solid #29ADE4;
	margin-bottom: 0.5em;
}

.coro {
	background-color: #FF9900;
	border: 4px solid #FF9900;
	margin-bottom: 0.5em;
}

.corl {
	padding-left: 3px;
	padding-right: 0;
	padding-top: 1px;
	padding-top: 1px;
	margin-top: 3px;
	margin-bottom: 0;
	background-color: white;
}
/* @end */

.user_label {
	width: 70px;
	display: block;
	color: #4D4D4D;
}

.user_label_sm{
	width: 70px; 
	color: #4D4D4D;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}

.user_label_sm_right{
	width: 200px; 
	display: block;
	color: #4D4D4D;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
	text-align: right;
}


label {
	width: 10em;  
	text-align: left;
}

.auto_width {
	width: auto;
}

label {
	margin: 0;
	padding: 0;
	color: #2d2d2d;
	font-weight: strong;
	display: block;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 3px;
	font-size: 13px;
}

span.label, span.label a {
	margin: 0;
	padding: 0;
	color: #2d2d2d;
	font-weight: strong;
	text-decoration: none;
	font-size: 13px;
	margin:3px 0 0;
}

.prompt{
	color: #4D4D4D;
	text-align:center;
}

#detail .prompt{
	color: #4D4D4D;
	text-align:center;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

span.query{
	color: white;
}

span.slabel, span.slabel a {
	margin: 0;
	padding: 0;
	color: #2d2d2d;
	font-weight: strong;
	text-decoration: none;
	font-size: 11px;
	margin:3px 0 0;
}

span.blabel {
color:#2D2D2D;
display:block;
font-size: 13px;
padding:0;
text-decoration:none;
font-weight: normal;
font-style: normal;
margin-top: 4px;
}



/* @group utils */
.label_small{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 500;
	display: block;
	margin-top: 3px;
	margin-top: 8px;
}

.float_left{
	float: left;	
}


.grey {
	color: #6b6b6b; }

.fill {
	color: #6b6b6b; }

.example { 
	color: #6b6b6b; }

.in_row{
	display: inline;
}

.add_20{
	padding-right: 20px;
}

hr.clearance {
	display: block;
	visibility: hidden;
	margin:0;
	padding: 0;
}

hr.half{
	margin: 0.5em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.span-6{
	height: 100%;
	position: relative;
}

.menu_item a {
	color: #4D4D4D;
}
/*	background-color: #ffbc59;
#ffbc59
*/


.menu_item{
	padding: 5px 24px;
	position: absolute;
	bottom: 0;
	font-size: 15px;
	font-weight: bold;
	color: #4D4D4D;
	background-color: #ffbc59;
}

.menu_item1{
	left: 0px;
}

.menu_item2{
	left: 153px;
}

.menu_item3{
	left: 259px;
}

.menu_item4{
	right: 0;
}

.menu_logout{
	left: 480px;
	padding: 5px 0px;
	position: absolute;
	bottom: 0;
	font-size: 15px;
	font-weight: bold;
}

.menu_logout a{
	color: #4D4D4D;
}

.menu_name{
	position: absolute;
	top: 5px;
	left: 480px;
	font-size: 15px;
	padding: 5px 0px;
	font-weight: bold;
	text-align: left;
	width: 150px;
	color: #4D4D4D;
}

.menu_campus{
	position: absolute;
	top: 25px;
	left: 480px;
	font-size: 15px;
	text-align: left;
	padding: 5px 0px;
	width: 150px;
	color: #4D4D4D;
}

.clickable{
    cursor:pointer;
}

.donate{
	position: absolute;
	left: 550px;
	bottom: 3px;
	text-align: center;
	background-color: #4D4D4D;
	color: white;
	padding: 2px 5px 2px 5px;
	font-size: 15px;
	font-weight: bold;
}

.donate input[type="submit"] {
	background-color:#4D4D4D;
	color: white;
	font-size: 15px;
	font-weight: bold;
}

.menu_item_hover{
	height: 22px;
}

.menu_item_active{
	background-color: white;
}

#quick_search label{
	text-align: left;
	display: inline;
}

#quick_search span.label{
	padding-left: 5px;
	padding-right: 80px;
	text-align: left;
	display: inline;
	font-weight: bold;
	color: #4D4D4D;
	font-size: 15px;
}

#quick_search input[type="checkbox"] {
	margin: 0;
	padding: 0;
	margin-top: -4px;
	margin-right: 3px;
	width: 14px;
}

#quick_search .search_bar {
	background-color: #FFBC59;
	position: relative;
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;}

#quick_search .search_bar .cl{
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-top: 3px;
	width: 380px;
	height: 33px;
	background-color: white;
	float: left;
}

#quick_search .search_bar .cr {
	padding: 0;
	margin: 0;
	margin-left: 4px;
	padding-right: 10px;
	padding-top: 3px;
	background-color: white;
	width: 33px;
	height: 33px;
	float: left;
}

#quick_search .t{
    margin: 0;
    padding: 0;
    margin-top: 8px;            
    font-size:18px;              
    height: 18px;                 
    width: 100%;
    border: none;
    font-family: helvetica; 
}

#quick_search .s{
	font-size:24px;
	width:33px;
	height: 28px;
	background: white url(/static/images/layout/searchimgbgo.png) no-repeat 7px 1px;
	display: block;
	clear: both;
	border: none;
	margin:0;
	padding:0;
}

#for_sale, #detail, #wanted, #dialogue, #conversations{
	padding: 20px;
}


#detail h2{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.isbnd{
	margin-top: 4px;
	margin-bottom: 4px;
}


table td.compose-form{
	width: 410px;
}

.message{
	width: 400px;
	text-align: left;
	float: left;
	margin-top: 0.5em;
	background-color: #99ad1a;
	display: block;
	padding: 1px 5px;
}

.message-right{
	text-align:right;
	float: right;
}

#for_sale, #wanted, #conversations, #dialogue{
	background-color: #B3D009;
}

#for_sale .active {
	background-color: #29ADE4;
}

#wanted .active {
	background-color: #FF9900;
}

#wanted h2{
	color: #FF9900;
}

#for_sale h2{
	color: #29ADE4;
}

.result {
	background-color: #3F454C;
	text-align:center;
	}

.result_no {
	text-align:center;
	padding: 5px;
}

#detail {
	background-color: #999999;
}

#quick_search{
	margin-top: 10px;
	background-color: #ffbc59;
	padding: 5px 10px;
}

.active {
	color: white;
}

#login_info span.label{
	text-align:right;
	clear: both;
}

.book {
	position: relative;
	width: 252px;
	background-color: #D9E021;
	min-height: 72px;
	margin-top: 10px;
}

.book .mar {
	margin-bottom: 40px;
}

.book .x {
	padding: 0;
	margin:0;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 4px;
	left: 4px;
	background-image: url(/static/images/icons/x_forsale.png);
	background-color: #D9E021;

}

.book .y {
	padding: 0;
	margin:0;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 4px;
	right: 4px;
	background-image: url(/static/images/icons/x_wanted.png);
	background-color: #D9E021;
}

.book .input[type="submit"]{
	padding: 0;
	margin:0;
	width: 13px;
	height: 13px;
	background: none;
}

.book .delete {
	position: absolute;
	top: 0;
	left: 25px;
}

.book .date {
	position: absolute;
	top: 0;
	right: 4px;
}

.book .title{
	position: absolute;
	left: 4px;
	font-weight: bold;
}

.book .price{
	position: absolute;
	right: 4px;
	font-weight: bold;
}

.book .author{
	position: absolute;
	left: 4px;
	bottom: 4px;
	font-weight: bold;
}

.book table{
	margin-top: 26px;
}

.book .view{
	position: absolute;
	right: 30px;
	bottom: 4px;
}

.book .arrow{
	position: absolute;
	right: 4px;
	bottom: 2px;
}

.book img.arrow{
	width: 18px;
	height: 18px;
}

.book .deleter {
	position: absolute;
	top: 0;
	right: 25px;
}

.book .dater {
	position: absolute;
	top: 0;
	left: 4px;
}

.book .titler{
	position: absolute;
	right: 4px;
	font-weight: bold;
	text-align: right;
}

.book .pricer{
	position: absolute;
	left: 4px;
	font-weight: bold;

}

.book .authorr{
	position: absolute;
	right: 4px;
	bottom: 4px;
	font-weight: bold;
}

.book .viewr{
	position: absolute;
	left: 30px;
	bottom: 4px;
}

.book .arrowr{
	position: absolute;
	left: 4px;
	bottom: 2px;
}




.book .user_label_sm{
	width: 200px; 
	display: block;
	color: #4D4D4D;
	font-size: 12px;
	line-height: 13px;
}


.user_detail{
	font-size: 12px;
	display: block;
	color: #F1F1F1;
	padding-bottom: 10px;
}

#detail .arrow {
	background-color: transparent;
	color: white;
	font-size: 14px;
	font-weight: 500;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 83px;
	height: 71px;
}

span.white{
	color: white;
}

#detail h4{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#detail a{
	display: block;
	font-size: 13px;
	text-align: center;
	width: 200px;
	margin:0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	color: #4D4D4D;
	text-transform: uppercase;
	font-weight: bold;
}

#detail .save {
	display: block;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #4D4D4D;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	width: 100px;
	background-color: transparent;
}

#detail .savedrop{
	top: 50px;
}


hr.hold {
	margin-top: 32px;
}

input.save{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	
}

.post_fs{
	background-image: url(../images/icons/forsale.png);
}

.post_fs_hover{
	background-image: url(../images/icons/forsale_hover.png);
}

.post_wanted{
	background-image: url(../images/icons/wanted.png);
}

.post_wanted_hover{
	background-image: url(../images/icons/wanted_hover.png);
}

/* @end*/

.content1 {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}

.content2 {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

.content3 {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}


.info{
	margin-bottom: 20px;
	background: #B3D009 no-repeat center top;
	padding: 10px;
	position: relative;
}

.info table.password-table{
	margin: 0;
	padding: 0;
}

.info table.password-table td {
	vertical-align: middle;
}

.info .green{
	position: absolute;
	display: block;
	bottom: 10px;
	right: 10px;
}

.info .corner {
	background-color:white;
	padding:2px 2px 2px 4px;
	width:170px;
	margin: 3px 0 0;
}

.no-p {
	margin-bottom: 1.25em;
}

.no-p p {
	margin: 0;
}

/* @group find */
#find_books{
	margin-bottom: 20px;
	background: #B3D009 url(../images/layout/books.png) no-repeat center top;
	padding: 10px;
}

#find_people{
	margin-bottom: 20px;
	background: #B3D009 url(../images/layout/people.png) no-repeat right top;
	padding: 10px;
}

#find_books .search_bar {
	position: relative;
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;}

#find_books .search_bar .cl{
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-top: 3px;
	width: 515px;
	height: 40px;
	background-color: white;
	float: left;
}

#find_books .search_bar .cr {
	padding: 0;
	margin: 0;
	margin-left: 4px;
	padding-right: 10px;
	padding-top: 3px;
	background-color: white;
	width: 40px;
	height: 40px;
	float: left;
}

#find_books .t{
	font-size:30px;
	height: 36px;
	width: 96%;
	border: none;
}

#find_books .s{
	font-size:30px;
	width:40px;
	height: 36px;
	background: white url(/static/images/icons/glass_search.png) no-repeat 8px 2px;
	display: block;
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

#find_people .search_bar {
	position: relative;
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;}

#find_people .search_bar form{
	margin-top: 30px;
}

#find_people .search_bar h4{
	margin:0;
	margin-top: 0.5em;
}

#find_books .search_bar form{
	margin-top: 30px;
}

#find_books .search_bar h4{
	margin:0;
	margin-top: 0.5em;
}

#find_people .search_bar .cl{
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-top: 3px;
	width: 515px;
	height: 40px;
	background-color: white;
	float: left;
}

#find_people .search_bar .cr {
	padding: 0;
	margin: 0;
	margin-left: 4px;
	padding-right: 10px;
	padding-top: 3px;
	background-color: white;
	width: 40px;
	height: 40px;
	float: left;
}

#find_people .t{
	font-size:30px;
	height: 36px;
	width: 96%;
	border: none;
}

#find_people .s{
	font-size:30px;
	width:40px;
	height: 36px;
	background: white url(/static/images/icons/glass_search.png) no-repeat 8px 2px;
	display: block;
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;

}

/* @end */

.search {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.search .t, .search .s{
	font-size: 44px;
	height: 30px;
	width: 500px;
	padding: 0;
	margin: 0;
}

.options .corl3{
	display: inline;
	margin-left: 10px;
}

.options .bar, .options .bar{
	display:inline;
	width: 200px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.nopass {
	position: relative;
	background: #B3D009 url(../images/layout/sad.png) no-repeat 500px 25px;
	height: 180px;
	padding-right: 200px;
}

.yespass {
	position: relative;
	background: #B3D009 url(../images/layout/happy.png) no-repeat 500px 25px;
	height: 180px;
	padding-right: 200px;
}

.pass .corner-submit{
	background-color: #99ad1a;
	padding: 1px 4px;
	display: block;
	position: absolute;
	left: 190px;
	bottom: 10px;
	margin: 3px 0;
}

.pass .button_hover {
	background-color: #8da307;
}

.pass .corner{
	width: 170px;
	padding: 2px 2px 2px 4px;
	background-color: white;
	margin: 3px 0;
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.pass .corner-pass-confirm{
	width: 170px;
	padding: 2px 2px 2px 4px;
	background-color: white;
	margin: 3px 0;
	display: block;
	position: absolute;
	left: 10px;
	bottom: 37px;
}

.yespass .user_label {
	color:#4D4D4D;
	display:block;
	width:200px;
}

.white_bold{
	font-weight: 500;
	color: white;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
}

.right{
	position: relative;
}


#dialogue .time{
	line-height: 22px;
}

#dialogue .cor2{
	width: 340px;
}
#dialogue textarea{
	width: 95%;
}

#dialogue table{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	vertical-align: top;
	border: 0;
	margin-bottom: 15px;
}

.right_side{
	text-align: right;
	display: table-cell;
	float: right;
	position: relative;
	right: 0;
}


.corw {
	border: 4px solid white;
	margin-bottom: 0.5em;
}

input.c{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 500;
}

.conversation{
	margin: 0;
	position: relative;
	background-color: #D9E021;
	margin-top: 10px;
	padding: 10px;
}

.conversation_border{
	border: 4px solid white;
}

.conversation_hover{
	border: 4px solid #3F454C;
}

.conversation .y {
	padding: 0;
	margin:0;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 4px;
	left: 4px;
	background-image: url(/static/images/icons/x_white.png);
	background-color: #D9E021;
	outline: none;

}

.conversation .name{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.conversation .date{
	display: block;
	font-weight: normal;
	text-align: center;
	color: white;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
}

.time{
	font-size: 11px;
	font-weight: bold;
}

.message .person a {
	font-size: 11px;
}

.comment{
	font-size: 13px;
}

.errorlist{
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	margin-top: 0.5em;
}

#password-clear {
    display: none;
}

.centered_label{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
}

.arrows{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
}

.person{
	border: 4px solid white;
	margin: 0;
	position: relative;
	background-color: #D9E021;
	margin-top: 5px;
	padding: 3px;
	width: 252px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
}



span.person, span.person a{
	color: white;
	font-size: 13px;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 0;
	background-color: #B3D009;
}

.person_hover{
	border: 4px solid #3F454C;
}
.book_hover{
	border: 4px solid #3F454C;
}

.book_select{
	border: 4px solid #3F454C;
}

.conversation_select{
	border: 4px solid #3F454C;
}

