#upost_block_wrap{
	text-align: center;
}
#upost_block_wrap .rounded_body{
	padding: 0px 5px 20px 5px;
}
#upost_block_wrap .blurb{
	text-align: left;
	margin-top: 5px;
}
#upost_block_wrap .btn{
	width: 135px;
	right: 10px;
	bottom: 5px;
}

.send_letter {
	width:100% !important;
}

.send_letter tr td span {
  width: 100px;
  float:left;
}

/*vertical upost*/
#upost_block_vert h2.block_title, 
#upost_block_vert h3 
{
	text-align:center;
}
#upost_block_vert img.upost{
	display:block;
	margin:0 auto;
}
#upost_block_vert h2.block_title{
	font:bold 18px 'arial black';
}
#upost_block_vert h3{
	font:bold italic 16px arial;
	line-height:16px;
}
.red{
	color:#c00;
}
#upost_block_vert ul.upost_data_list{
	list-style:none;
	text-align:center;
}
#upost_block_vert ul.upost_data_list li{
	width:140px; height:130px;
	overflow:hidden;
	font:bold 12px arial;
	margin-bottom:5px;
}
#upost_block_vert ul.upost_data_list a:hover .capt{ color:#c00; }
#upost_block_vert ul.upost_data_list span{
	line-height:12px;
}
#upost_block_vert ul.upost_data_list img{
	display:block;
	margin:0 auto;
}
/*carousel*/
#upost_block_vert .jcarousel-skin-mini-black .jcarousel-item {
    width: 140px;
	height:140px;
}
#upost_block_vert .jcarousel-skin-mini-black .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
#upost_block_vert .jcarousel-next-vertical {
   	position: absolute;
    bottom: -25px;
    left: 50px;
    width: 53px;
    height: 25px;
    cursor: pointer;
    background:url(/rw/SysConfig/WebPortal/nypost/images/black_carou_btn_vert.png) no-repeat bottom right;
}
#upost_block_vert .jcarousel-next-vertical:hover {
    background-position: bottom left;
}
#upost_block_vert .jcarousel-next-vertical:active {
    background-position: bottom left;
}
#upost_block_vert .jcarousel-next-disabled-vertical,
#upost_block_vert .jcarousel-next-disabled-vertical:hover,
#upost_block_vert .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-image:none;
}
#upost_block_vert .jcarousel-prev-vertical {
    position: absolute;
    top: -25px;
    left: 50px;
    width: 53px;
    height: 25px;
    cursor: pointer;
    background:url(/rw/SysConfig/WebPortal/nypost/images/black_carou_btn_vert.png) no-repeat top right;
}
#upost_block_vert .jcarousel-prev-vertical:hover {
    background-position: top left;
}
#upost_block_vert .jcarousel-prev-vertical:active {
    background-position: top left;
}
#upost_block_vert .jcarousel-prev-disabled-vertical,
#upost_block_vert .jcarousel-prev-disabled-vertical:hover,
#upost_block_vert .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-image:none;
}
#upost_block_vert .jcarousel-container {
    position: relative;
	width:155px;
	height:400px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	text-align:center;
}
#upost_block_vert .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width:155px;
	height:400px;
}
#upost_block_vert .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#upost_block_vert .jcarousel-list li,
#upost_block_vert .jcarousel-item {
    float: left;
	margin-left:7px;
    list-style: none;
    width: 140px;
    height: 140px;
}
#upost_block_vert .jcarousel-next {
    z-index: 3;
    display: none;
}
#upost_block_vert .jcarousel-prev {
    z-index: 3;
    display: none;
}

.hidden {
  display: none;
}

.required_input {
  background-color: #FFFF00;
}

.required_input_td {
  color: red;
  font-size:16px;
  font-weight:bold;
}

/**********success block************/
#form_wrapper .med_form_blocks h5 a {
  color: #00c;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
#form_wrapper .med_form_blocks h5 a:hover {
  text-decoration: underline;
}

/**********failure block************/
a.goback:hover {
  text-decoration: underline;
}

/**********comment form*************/
form.comment_form{
	padding:20px 5px 10px 10px;
	clear:both;
	border-top:1px dashed #ccc;
}
form.comment_form p, form.comment_form p a{
	font:16px arial;
	color:#000;
}
form.comment_form p a {
	font-weight:bold;
}
form.comment_form p a.log {
	color:#c00;
	text-decoration:none;
}
form.comment_form p a.reg {
	color:#00c;
	text-decoration:none;
}
form.comment_form p a:hover{
	text-decoration:underline;
}