/********
Alert Box
********/

.myAlert-success, .myAlert-danger{
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 40%;
}	

.alert{
    display: none;
}


/********
./Alert Box
********/

label {
	font-size: 14px;
	font-weight: bold;
}

a {  
    color: #0254EB  
}  
a:visited {  
    color: #0254EB  
} 

a.morelink {  
    text-decoration:none;  
    outline: none;  
}  
.morecontent span {  
    display: none;  
}