A:link {text-decoration: none; color:#FFFFFF}
A:visited {text-decoration: none; color:#FFFFFF}
A:active {text-decoration: none; color:#fedb00}
A:hover {text-decoration: none; color:#fedb00}

#close {
	position:absolute;
	top:1px;
	left:300px;
	width:29px;
	height:28px;
	display:block;
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: block;
		font-family:Arial;
		font-size:12px;
    position: absolute;
    top: 87px;
    left: 220px;
    width: 305px;
		height:380px;
    background-color: #fedb00;
    color: #000000;
    border: 0px;
    padding: 12px;
}

.jqmWindow TextArea {
    background-color: #ffffff;
    color: #000000;
		border: 0px;
}

.jqmWindow input {
    background-color: #ffffff;
    color: #000000;
		border: 0px;
}

.jqmOverlay { background-color: #000; }

