
.contentStyle
{
	background-color: transparent;
	color:#1E2556;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	margin-top: 0px;
	
}


.contentStyle table {
	color:#1E2556;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

.contentStyle table input{
	color:#1E2556;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

.contentStyle a {color: #1231ff;}
.contentStyle a:hover {text-decoration: underline;}


.contentStyle p {
	/*margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	margin-left:0px;*/

	margin:0px;
	padding:0px;
}


.contentStyle input
{
	font:12px Verdana, Arial, sans-serif;
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: transparent;
	
}

.contentStyle textarea, #mail_body
{
	font:12px Verdana, Arial, sans-serif;
	color: #1E2556;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: transparent;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-base-color: transparent;
  	scrollbar-darkshadow-color: #fff;
	scrollbar-shadow-color: #1E2556;
	scrollbar-track-color: #fff;
	scrollbar-highlight-color: #1E2556;
	scrollbar-arrow-color: #1E2556;
	scrollbar-face-color: #9bb0ff;
	scrollbar-3dlight-color: #fff;	
}


.contentStyle select
{
	font:12px Verdana, Arial, sans-serif;
	color: #1E2556;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: transparent;
}

.contentStyle .form_checkbox
{
	color: #1E2556;
	font:12px Verdana, Arial, sans-serif;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.contentStyle .form_radio{
    font:12px Verdana, Arial, sans-serif;
    cursor: pointer;
    border: 0px solid white;
    color: #1E2556;
}

.form_checkbox {
	font:12px Verdana, Arial, sans-serif;
	width: auto;
	height: auto;
	color: #1E2556;
}

.form_radio {
	font:12px Verdana, Arial, sans-serif;
	width: auto;
	height: auto;	
	color: #1E2556;
}

.form_submit {
	font:12px Verdana, Arial, sans-serif;
	width: 100px;
	height: 20px;
	background-color:#2692FD;
	border:1px solid #fff;
	color: #1E2556;
}

.contentStyle .form_submit
{
	font:12px Verdana, Arial, sans-serif;
	background-color: #9bb0ff;
	background-image: url(../images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #1E2556;
	border:none;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	width:100px;
	color: #1E2556;
}


