/***** Action Messages *****/

.errMsg {
	border: 2px solid #933;
	margin: 1em auto;
	padding: 0.5em;
	color: #000;
	background-color: #FCC;
	width: 400px;
}

.okMsg {
	border: 2px solid #393;
	margin: 1em auto;
	padding: 0.5em;
	color: #000;
	background-color: #CFC;
	width: 400px;
}

/***** AdminOptions buttons *****/

.adminOptions img, .customImage img, .welcomeMessage .editLink img {
    width: 22px;
    height: 22px;
}

.welcomeMessage .editLink {
    display: block;
    float: left;
    margin: 0px 8px 2px 0px;
}

/***** Add Item Link *****/

.addItemLink {
    text-align: center;
    margin-top: 2em;
}

/***** Edit Pages *****/

form.edit .pageTitle {
    float: left;
    font-size: x-large;
    font-weight: bold;
    line-height: 32px;
}

form.edit .pageTitle img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 8px;
}

form.edit .property {
    margin-bottom: 1em;
}

form.edit label {
    font-weight: bold;
}

form.edit input.textbox, form.edit textarea {
    width: 95%;
}

form.edit .buttons {
    text-align: right;
    margin-right: 5px;
}

form.edit .buttons button {
    background-color: #F0F0EE;
    border: solid 1px #CCC;
    border-top: solid 1px #DDD;
    border-left: solid 1px #DDD;
    cursor: pointer;
    margin: 0 2px;
    font-weight: bold;
    color: #666;
    width: 64px;
    height: 64px;
    text-align: center;
}

form.edit .buttons button img {
    width: 32px;
    height: 32px;
}

form.edit .buttons button:hover {
    background-color: #DFF4FF;
    border: solid 1px #C2E1EF;
    color: #369;
}

form.edit .buttons button.positiveBtn:hover {
    background-color: #CEFF9F;
    border: solid 1px #C6D880;
    color: #529214;
}

form.edit .buttons button.negativeBtn:hover {
    background-color: #FBE3E4;
    border: solid 1px #FBC2C4;
    color: #D12F19;
}

