@charset "utf-8";
/* CSS Document */

/*========================================================================================*/
/*                                       Content Forms                                    */
/*========================================================================================*/
input.labelright {
	
	margin-top: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
   }
label.labeltop {
   clear:left;
   float: left;
   text-align: right;
   width: 8em;
   margin-right: .4em;
   margin-top: .5em;
   margin-bottom: 0em;
    }
select {
	margin-top: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
   }
.formdivleft {
	width: 400px;
	margin-left: 100px;
}
fieldset {
	border: 1px solid #590808;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;	
}

#subscribe {
	width: 715px;
}

#subscribe fieldset, #unsubscribe fieldset {
	width:98%;
	display: block;
	float: left;
}

#subscribe label, #subscribe select, #unsubscribe label, #unsubscribe select {
  display: block;
  float: left;
  width: 150px;
  margin: 5px;
}
#subscribe input, #unsubscribe input{
	width: 150px;
}

#subscribe .labelrightradio, #unsubscribe .labelrightradio {
	width: 15px;
	margin-left:20px;
}

#subscribe label, #unsubscribe label {
   float: left;
   text-align: right;
}
#subscribe br {
  clear: both; 
}

input.buttonright {
	border: 1px solid #590808;
	background: #e2e2e2;
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
}
input.buttonright:hover {
	border: 1px solid #590808;
	background: #949494;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
}
input.buttonleft {
	border: 1px solid #590808;
	background: #e2e2e2;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
}
input.buttonleft:hover {
	border: 1px solid #590808;
	background: #949494;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
}
input.buttonbimg {
    border: 1px solid #590808;
	background: #e2e2e2;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-image:url(../../images/common/bold.gif)
}
input.buttonbimg:hover {
    border: 1px solid #590808;
	background: #949494;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-image:url(../../images/common/bold.gif)
}
input.buttoniimg {
    border: 1px solid #590808;
	background: #e2e2e2;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-image:url(../../images/common/italic.gif)
}
input.buttoniimg:hover {
    border: 1px solid #590808;
	background: #949494;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-image:url(../../images/common/italic.gif)
}
input.buttonimgl {
    border: 1px solid #590808;
	background: #e2e2e2;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-image:url(../../images/common/imgleft.gif)
}
input.buttonimgl:hover {
    border: 1px solid #590808;
	background: #949494;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-image:url(../../images/common/imgleft.gif)
}
input.buttonimgr {
    border: 1px solid #590808;
	background: #e2e2e2;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-image:url(../../images/common/imgright.gif)
}
input.buttonimgr:hover{
    border: 1px solid #590808;
	background: #949494;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-image:url(../../images/common/imgright.gif)
}
input.buttonimgc {
    border: 1px solid #590808;
	background: #e2e2e2;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-image:url(../../images/common/imgcenter.gif)
}
input.buttonimgc:hover{
    border: 1px solid #590808;
	background: #949494;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-image:url(../../images/common/imgcenter.gif)
}
.formerror {
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CC3300;
	padding: 10px;
}
.formnotice {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #590808;
	padding: 10px;
}

.formdivcenter {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.submit {
	margin-top: 10px;
	margin-left: 165px;
}
.buttons {
	clear: left;
	margin-left: 0px;
	margin-top: 10px;
}
.buttons2 {
    margin-left: 440px;
}
.buttons3 {
    margin-left: 395px;
    margin-top: 10px;
}
.buttons4 {
	margin-left: 220px;
	margin-top:10px;
}
label {
   margin-bottom: 10em;
}

.newsform {
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-right: 100px;
}
.statuslabel {
    padding-left: 120px;
}
.legend {
	float: left;
	margin: 5px 5px 10px;
	border: 1px solid #4b4b4b;
	top: 5px;
}
/*========================================================================================*/
/*                                       Content Forms END                                */
/*========================================================================================*/
