@charset "utf-8";

a:link, a:visited, a:hover {
    color : #8091C5;
}

a:hover {
    text-decoration : none;
}

div.grippie {
    background: transparent url("../img/grippie.gif") repeat-x scroll left top;
    border-width: 0;
    border-top : 1px solid white;
    cursor: s-resize;
    height: 4px;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family : "Trebuchet MS", sans-serif;
}

label {
	font-weight : normal;
}

p {
    line-height : 1.9;
    margin : 0 0 0.9em 0;
}

pre {
	font-family : monospace;
	margin : 1em 0;
	overflow-x : auto;
}

.resizable-textarea, .resizable-textarea > span {
	display : block;
	margin : 0;
	padding : 0;
}

.resizable-textarea textarea {
	display : block;
    margin-bottom : 0;
}

textarea, textarea:focus {
	border : 1px solid #bbb;
    line-height : 120%;
    padding : 0;
}

.tl-corner {
	background-image : url('../img/top-left.gif');
    background-position : top left;
    background-repeat : no-repeat;
}

.tr-corner {
    background-image : url('../img/top-right.gif');
    background-position : top right;
    background-repeat : no-repeat;
}

.bl-corner {
    background-image : url('../img/bottom-left.gif');
    background-position : bottom left;
    background-repeat : no-repeat;
}

.br-corner {
    background-image : url('../img/bottom-right.gif');
    background-position : bottom right;
    background-repeat : no-repeat;
}

.clear-both {
    clear : both;
}

.clickable {
    color : #8091C5;
	cursor : pointer;
	text-decoration : underline;
}

.clickable:hover {
	text-decoration : none;
}

.error {
	background-color : #dc484d;
    border-width : 0px;
	color : #fff;
    font-size : 100%;
    font-weight : bold;
    padding : 0.2em 0.5em;
}

.success {
    background-color : #50B923;
    border-width : 0px;
    color : #fff;
    font-size : 100%;
    font-weight : bold;
    padding : 0.2em 0.5em;
}

button#fake {
	left : -500px;
    position : absolute;
    top : -400px;
}
