﻿
/* Send email contaier style on popup */
/*popup content*/
.ov_popupContent
{
	height: auto;
}

/*popup title contaier */
.header1
{
	float: left;
	margin: 10px 0 0 0;
	width: 739px;
}
/* title text style  */
.title
{
	float: left;
	font-weight: bold;
}
/* close button */
.options
{
	float: right;
	cursor:pointer;
}
/* options label (close) */
.label1
{
	float:  right;
	font-weight: bold;
	margin: 0 4px 0 0;
}
/* close button */
.ov_btn
{
	margin: -2px 0 0 0;
}
/* form section */
.ov_items
{
	float: left;
	margin: 0 0 0 120px;
	font-size: 12px;
	display: inline;
}
/* form row */
.ov_row
{
	float: left;
	width: 600px;
	margin: 4px 0 4px 0;
}
/* row label */
.ov_label
{
	float: left;
	width: 135px;
	line-height: 27px;
	height: 27px;
}
/* row right item after label */
.ov_item
{
	float: left;
}
/* checkbox contaier*/
.ov_choose
{
	float: left;
}

.ov_choose input
{
	width: 14px;
	height: 14px;
	margin: 0;
}
/* checkbox information label */
.info1
{
	float: left;
	margin: 0 0px 0 8px; width:100%;
}
/* extra information */
.info
{
	float: left;
	font-size: 10px;
	color: #6C6C6C;
	clear: both;
	margin: 3px 0 0 0;
}
/* buttons section */
.ov_buttons
{
	float: right;
	margin: 0 89px 0 0;
	display: inline;
}
/* send button */
.ov_btnSend
{
}

