div.separator {
	clear: both;
}

label {
	float: left;
	width: 80px;
}

div.error {
	margin-left: 80px;
	color: red;
}

p.error {
	color: red;
}

fieldset.activation_code {
	width: 200px;
	padding: 20px;
}

.toolbar {
	padding: 0px 10px;
}

#toolbar {
	margin: 10px;
}

.no-list-style {
	list-style: none;
	padding: 0px;
}

.select-box {
	width: 300px;
	height: 400px;
}

.fakelink {
	color: #375c91;
	text-decoration: underline;
	cursor: pointer;
}

.button {
	border-top: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(51, 51, 51); 
	border-bottom: 1px solid rgb(51, 51, 51); 
	padding: 1px 10px; 
	font-size: 9pt; 
	margin-top: 2px; 
	color: white; 
	background-color: #375c91;
}

select {
	background-color: #fff;
	border: 1px solid #7F9DB9;
	color: #000;
	font: 0.8em/1.2 Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 1px 1px 1px 2px;
}

a {
	color: #375c91;
}

.highlight {
	background-color: red;
}

/* 聯絡人表格 */
.table {
	width: 100%;
} 

.table th {
	background: rgb(127, 157, 185);
	color: white;
}

.table tr {
	background: #eee;
}

.table tr:hover {
	background: #fff;
}

#flashMessage, #ajaxMessage {
    background: LightGoldenRodYellow url('/pphelp/images/tips.gif') no-repeat 5px;
	width: 365px;
	border: 1px solid Khaki;
	padding: 5px 5px 5px 30px;
	margin: 5px 5px 5px 5px;
	float: left;
}

.selected {
	background-color: #ccc !important;
}

#trusted_option {
	background-color: #eee;
	border: 1px dotted #888;
	padding: 5px;
}

#trusted_block {
	background-color: #eee;
	border: 2px dotted #888;
	padding: 10px;
	width: 600px;
}

