/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

.jevbootstrap div.modal {
    background-clip: padding-box;
	background: none !important;
    border: none !important;
    border-radius: 6px;
    box-shadow: none !important;
    outline: medium none;
    top:5%;
    left:25% !important;
    position:fixed!important;
    z-index: 1050;
    text-align: left;
}