@charset "UTF-8";

body {
	font-family: Calibri, Georgia, Times New Roman, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	//display:block;
}

h3 {
 color: #DD0000;
}

.outgoing {
	background-color: #FFFED3;
}

.incoming {
	background-color: #D3EDFF;
}

.err {
	background-color:#FFB2A3;
	font-size:16px;
}

strong {
   font-weight: normal;
   letter-spacing: 2px;
font-size:13px;
}

.quickstart { background-color: #FFFAA7; padding:10px; margin: 5px; padding-top: 0px; border: 1px dashed }

.button.large, .button.large:visited { padding: 10px 15px; font-size: 14px; }

button, .button, .button:visited { overflow: visible; width: auto; margin: 0; padding: 2px 10px; color: #fff; font-size: 11px; font-weight: bold; line-height: 1; text-decoration: none; text-shadow: 0 0 0 #000; text-transform: uppercase; border: 2px solid; border-radius: 6px; -webkit-border-radius: 6px; cursor: pointer; background-position: 0 0; background-repeat: repeat-x; }
button:hover, .button:hover { color: #fff; text-decoration: none; }

button.blue, button.green, button.orange, button.red, .button.blue, .button.green, .button.orange, .button.red { background-image: url(../i/button-overlay.gif); background-repeat: repeat-x; background-position: 0 0; }
button.blue, .button.blue { background-color: #73c0ee; background-position: 0 0; border: 2px solid #66add7; text-shadow: 0 -1px 1px #66add7; }
button.green, .button.green { background-color: #9cc147; background-position: 0 -45px; border: 2px solid #7b9f29; text-shadow: 0 -1px 1px #7b9f29; }
button.orange, .button.orange { background-color: #de703b; background-position: 0 -90px; border: 2px solid #bb5d30; text-shadow: 0 -1px 1px #bb5d30; }
button.red, .button.red { background-color: #b40c0b; background-position: 0 -135px; border: 2px solid #9d2121; text-shadow: 0 -1px 1px #9d2121; }

button.blue:hover, .button.blue:hover { background-position: 0 -180px; }
button.green:hover, .button.green:hover { background-position: 0 -216px; }
button.orange:hover, .button.orange:hover { background-position: 0 -261px; }
button.red:hover, .button.red:hover { background-position: 0 -306px; }

