body
{
    margin:0px;
    padding:0px;
    overflow:auto;
    font-family:lucida grande,tahoma,verdana,arial,sans-serif;
    color:#323232;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background:#D2E8F1;
	font-size:9pt;
}

form
{
    margin:0px;
    padding:0px;
    border-collapse:collapse;
}

legend
{
	font-weight:bold;
}

.caption_blue
{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;

	background: rgb(237,243,242);
	background: linear-gradient(90deg, rgba(237,243,242,1 ) 0%, rgba(172,211,255,1 ) 27%, rgba(172,211,255,1 ) 71%, rgba(237,243,242,1 ) 100%);
}

.caption_red
{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;

	background: rgb(255,245,243);
	background: -moz-linear-gradient(270deg, rgba(255,245,243,1 ) 30%, rgba(242,113,53,1 ) 100%);
	background: -webkit-linear-gradient(270deg, rgba(255,245,243,1 ) 30%, rgba(242,113,53,1 ) 100%);
	background: linear-gradient(270deg, rgba(255,245,243,1 ) 30%, rgba(242,113,53,1 ) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBD3C5",endColorstr="#F27135",GradientType=1 );
}

.button
{
	vertical-align:middle;
	text-align:center;
	width:auto;
	padding:8px;

	background-color:#E9E9E9;
    font-family:lucida grande,tahoma,verdana,arial,sans-serif;
	
	cursor:pointer;
	border:0px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}