#loginBox{
	display: none;
}

#loginBoxDisplay{
	padding: 6px;
}

#loginBoxDisplay h1{
	border-bottom:1px solid #808080;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom: 2px;
}

#loginBoxDisplay input{
	border: 1px solid #808080;
	padding: 4px 2px;
}

#loginBoxDisplay table{
	border-collapse: separate;
	border-spacing: 4px;	
}

.boxButton{
	font-weight: bold;	
}

.boxButton:hover{
	cursor: pointer;
	background-color: #ebebeb;
}

#loginBoxDisplay .error_list{
	color: #d10e0e;
	float:right;
	margin-top:4px;
	text-indent:3px;	
}

.errors{
	border: 2px solid #d10e0e;
	color: #d10e0e;
	font-weight: bold;
	background-color: #efefef;
	padding: 10px;
	font-size: 14px;
	margin-top: 6px;
}

.notice{
	border: 1px solid #DDD;
	color: #000;
	font-weight: bold;
	background: #FFFFCC url('../sfPropelPlugin/images/error.png') center left no-repeat;
	padding: 10px;
	font-size: 12px;
	margin-top: 6px;
}

ul.notice li
{
	margin: 0 0 0 10px;	
}
.profileImg{
	float: left;
	margin-right: 10px;
}

#imgForm{
	height: 80px;
}

#deleteImg{
	margin-top: 26px;
}

table.notify_table tr th
{
	font-weight: bold;
}
table.notify_table tr td, th
{
	padding: 2px;
}
