DIV.mainCanvas{
    position: relative;
    width: 100%;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}
DIV.support{
    position: relative;
    width: 80%;
}
DIV.support DIV.mainContainer{
    position: relative;
    width: 100%;
    top: 0px;
}
DIV.support DIV.mainContainer DIV.mainTitle{
    position: relative;
    width: 50%;
    left: 0px;
    color: #e67316;
	border-bottom: 2px solid #fbc887;
	font: bold 20px trebuchet MS,trebuchet,verdana,arial;
	text-align: right;
}
DIV.support DIV.mainContainer DIV.form{
    position: relative;
    width: 100%;
    height: 250px;
    top: 0px;
    margin-top: 15px;
}
DIV.support DIV.mainContainer DIV.form DIV.labels{
    position: absolute;
    width: 50%;
    height: inherit;
    top: 0px;
    left: 0px;
    text-align: right;
    color: #fa990c;
	font: bold 14px trebuchet MS,trebuchet,verdana,arial;
	line-height: 2;
}
DIV.support DIV.mainContainer DIV.form DIV.rightCanvas{
    position: absolute;
    width: 50%;
    height: inherit;
    top: 0px;
    right: 0px;
}
DIV.support DIV.mainContainer DIV.form DIV.rightCanvas INPUT{
    border: 1px solid #fa990c;
    background-color: #FFDDAD;
    color: #8A5E31;
	font: bold 12px trebuchet ms, trebuchet, verdana, arial;
}
DIV.support DIV.mainContainer DIV.form DIV.rightCanvas INPUT.text{
	width: 200px;
	margin-top: 0px;
    margin-bottom: 6px;
}
DIV.support DIV.mainContainer DIV.form DIV.rightCanvas INPUT.button{
	margin-top: 9px;
}
UL{
    padding: 5px;
    list-style-type: disc;
    list-style-position: outside;
    margin: 10px;
    font: 14px trebuchet MS, trebuchet, verdana, arial;
    color: #74abd4;
}
UL A{
    color: #0f55aa;
}
UL A:hover{
    color: #000000;
}

