@charset "iso-8859-1";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #2B2784 url(images/bgr_ny.jpg) no-repeat 50% 50px;
}

#site {
	margin: 50px auto;
	width: 820px;
	height: 760px;
}

h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	display: none;
	font-size: 0;
}
h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
h3 {
	font-size: 13px;
}
a {
	font-weight: bold;
	color: #B61B2D;
}
a:hover { color: #2B2784; }

p {
	margin: 0 0 8px;
	padding: 0;
	font-style: normal;
}
form { margin: 0; padding: 0; }
table { margin: 0; padding: 0; }

img { border: none; }

#leftcol {
	position: relative;
	top: 280px;
	left: 120px;
	width: 170px;
}
#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 0;
	line-height: 15px;
	padding: -10px 0 0;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #B61B2D;
}
#menu a {
	text-decoration: none;
	color: #B61B2D;
}

#tip {
	margin: 15px 0 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	height: 130px;
}
#tip h2 {
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#tip label {
	padding: 6px 0 2px;
	font-size: 12	px;
	font-weight: bold;
	display: block;
}
#tip input {
	width: 150px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 0;
	background: #F4DBB4;
	border: 1px solid black;
}

#content {
	position: relative;
	top: -50px;
	left: 330px;
	width: 420px;
	height: 450px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: black;
	overflow: auto;
	padding-right: 10px;
	font-style: normal;
}

#footer {
	margin: -60px auto;
	padding: 0;
	text-align: center;
	width: 820px;
	height: 40px;
	color: #E6CB9D;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#footer a {
	color: #E6CB9D;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}

#footer2 {
	margin: 60px auto;
	width: 820px;
	text-align: center;
	background-color: #E6CB9D;	
}

#footer2 a {
	color: #E6CB9D;
	font-weight: normal;
	text-decoration: none;
}
#footer2 a:hover {
	color: white;
	text-decoration: underline;
}

#ex {
	display:none;
	}
#tab_buyer{
	float:left;	
	width:45%;
}
#tab_recip{
	width:45%;
	float:right;
}
img#fr_img{
	margin: 0 20px 0 -10px;
	width:15px;
	height:15px;
	}
#fr_div{
	visibility:hidden;
	}
.tooltip {
	position: absolute;
	z-index: 1000;
	border: 1px solid gray;
	background-color: #FFFFD4;
	padding: 5px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
#order input{
	color:#333;
}
div #logout{
	text-align:right;
	border:1px solid red;	
}

.feedback {
	color: green;	
}

