/*

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333333;
}


.grey {color: #666666}
.light_grey {color: #999999}
.red {color: #9bb42f}

a { color: #9bb42f; 
text-decoration:none;}

a:hover {
outline: none;
}


.grey_12pt {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#333333;
}

.bar_color{
background-color:#9bb42f;
}




#list
{
margin-left: 0;
padding-left: 0;
list-style: none;
line-height:160%;
}

#list li 
{
padding-left: 15px;
background-image: url(/msov4/images/red_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

*/
/* for submit btn*/

/*
.submit
{
    background: url(/msov4/images/btn_sign_in.gif) no-repeat;
	height: 25px;
    width: 102px;
    border: none;

}

.submit:hover
{
    background: url(/msov4/images/btn_sign_in_o.gif) no-repeat;
}


.register
{
    background: url(/msov4/images/btn_register.gif) no-repeat;
	height: 25px;
    width: 102px;
    border: none;
}

.register:hover
{
    background: url(/msov4/images/btn_register_o.gif) no-repeat;
}


.cancel
{
    background: url(/msov4/images/btn_cancel.gif) no-repeat;
	height: 25px;
    width: 102px;
    border: none;
}

.cancel:hover
{
    background: url(/msov4/images/btn_cancel_o.gif) no-repeat;
}


.send
{
    background: url(/msov4/images/btn_send.gif) no-repeat;
	height: 25px;
    width: 102px;
    border: none;
}

.send:hover
{
    background: url(/msov4/images/btn_send_o.gif) no-repeat;
}

.btn
{
    background: url(/msov4/images/btn_red.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	height: 25px;
    width: 102px;
    border: none;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.btn:hover
{
    background: url(/msov4/images/btn_red_o.gif) no-repeat;
}




*/