div#nyroModalFull
{
    	font-family: Helvetica;
	font-size: 11px;
	color: #666666;
}

h1
{
    	font-size: 19px;
	margin : 5px;
	font-weight: bold;
	color: #4c6ca6;
}

h2
{
    	font-size: 12px;
	margin-left: 5px;
	margin-right : 5px;
	font-weight: bold;
	line-height: 20px;
	background-color: #e8eefc;
	color: #2d405f;
}


.contact
{
    font-family:'Helvetica';
    font-size:11px;
    text-align:left;
}

.bankingtable td
{
   padding-left: 40px;
}

.contact ul
{
    font-family: 'Helvetica';
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    padding-left: 20px;
}

.contact li
{
    font-family: 'Helvetica';
    list-style-type: none;
    line-height: 16px;
}


div#nyroModalFull div#nyroModalLoading
{
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
	
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -20px;
	right: -20px;
	width: 25px;
	height: 25px;
	text-indent: -9999em;
	background: url(../images/x.png) no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding: 0px;
	overflow: auto
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:images/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
	left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
	background: url(../images/prev.gif) left 20% no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
	right: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
	background: url(../images/next.gif) right 20% no-repeat;
}

/************************************TEMP************************************/
#contact-container {width:450px; font-family:'Helvetica'; font-size:16px; text-align:left; padding-top: 10px;}
#contact-container .contact-content {background-color:#333; color:#ddd; height:40px;}
#contact-container .contact-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {clear:left; display:block; font-family:'Helvetica'; font-size:12px; width:100px; float:left; text-align:right; padding-right:8px; font-weight:normal; }
#contact-container .contact-input {font-family:'Helvetica'; float:left; padding:0px; margin-top:0px; margin-bottom:2px; background:#eee; border:1px solid #fff; width:300px;}
#contact-container textarea {height:114px; font-size:.9em;}
#contact-container .contact-button {margin:4px 0 0 4px; cursor:pointer; height:20px; border:0; font-size:1em; font-weight:bold; font-size: 12px;color:#fff; text-align:center; vertical-align:middle;}
#contact-container .contact-send {width:61px; background:url(../images/button.png) no-repeat;}
#contact-container .contact-cancel {width:61px; background:url(../images/button.png) no-repeat;}

