﻿.jSigWindow
{
    min-width:450px;
    background-color:white;
	padding:10px;
	position: fixed !important;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000;
    font-size:12px;
}
.jSigWindow > .header
{
    display:inline-block;
    width:100%;
}
.jSigWindow > .header > [name='title']
{
    color:#676767;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
	text-align:left;
	float:left;
}
.jSigWindow > .header > [name='signatureHelp']
{
    float:right;
    color: #4E4F51;
	cursor:pointer;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	float:right;
}
.jSigWindow #importSignature
{
    padding-top:10px;
}
#jSignature
{
    border: 1px dotted grey;    
}
#jSigCanel,#jSigReset
{
    width:80px;
}
#jSigSave
{
    width:100px;
}
.signature 
{
    cursor:pointer;
    border: 1px dotted #CCCCCC;
    text-align:center;
    padding-top:5px;
    color:#888;
    font-style:italic;
    text-decoration:underline;
}
.signature.empty 
{
    display:none;
}
.signature:hover 
{
    background-color:#eee;
}
#jSigHelp
{
    position:fixed;
    z-index:9001;
    color:#FFFFFF;
}