/* styles for custom page */

.c_btn
{
cursor:pointer;
float:right;
border:outset 2px #ccc;
color:#547EE1;
font-weight:bold;
padding: 1px 2px;
background-color:#EEEEEE;
/* for IE6 compatability (W3C browsers will support the "hover psudo-class below */
        h: expression(onmouseover=new Function("this.style.backgroundColor='#C3D3ED'; this.style.color='#FFF';"),
                       onmouseout=new Function("this.style.backgroundColor='#EEEEEE'; this.style.color='#547EE1';"));
}

.c_btn:hover
{
color:#FFF;
background-color:#C3D3ED;
}

.c_himg{
float:right;
margin-left:15px;
}
