a:link
{color: #0000CC; text-decoration: none}
	
a:visited
 {color: #DE5E00; text-decoration: none}

a:active
{color: #DE5E00; text-decoration: none}
	
a:hover
{color: #336699; text-decoration: none}	

.TitleHome {
	font-size: 30px;
	color: #a5011c;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	padding-right: 32px;
	padding-left: 55px;
	line-height: 42px;
}
.Register {
	font-family: "Trebuchet MS", Tahoma, Arial, "MS Sans Serif";
	font-size: 24px;
	color: #B30B0B;
}

#emailform {
	background: #f4dbf0 url('images/emailform_bg.jpg') repeat-x;
	width: 300px;
	border: 14px solid #e9a9e2;
	float: right;
	margin-right: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5x;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#emailform form {
	margin-top: 10px;
	margin-bottom: 20px;
}

.form_label_1 {
	color: #000;
    font-family: "Verdana",Arial,Helvetica,sans-serif;
    font-size: 10px;
	margin-left: 54px;
}

.form_label_2 {
	color: #000;
    font-family: "Verdana",Arial,Helvetica,sans-serif;
    font-size: 10px;
	margin-left: 5px;
}

.fieldset{
	margin-left: 5px;
	background: #ecc8ec;
	border: 1px solid #501c50;
	width: 180px;
}

.fieldset:hover {
	background: #ffffff;
	border: 1px solid #666;
}

.submitbutton {
	float: right;
	margin-right: 17px;
	background: #501c50;
	color: #ffffff;
	border: 1px solid #ffffff;
	height: 30px;
	margin-top: -5px;
}

.submitbutton:hover {
	background: #ffffff;
	border: 1px solid #666;
	color: #000;
}

.formheader {
    color: #620D55;
    font-size: 15px;
    font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.formfooter {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 40px;
	color: #000;
    font-family: "Verdana",Arial,Helvetica,sans-serif;
    font-size: 10px;
}

/* popup start */

#emailform2 {
	background: #f4dbf0 url('images/emailform_bg.jpg') repeat-x;
	width: 300px;
	border: 14px solid #e9a9e2;
	float: right;
	margin-right: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5x;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

img {
	border: 0;
	border-style: none;
}

img a {
	border: 0;
	border-style: none;
}

#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
/* popup end */

/* box start */
#box {
	width: 510px;
	background: #f4dbf0;
	margin: 0 auto;
	border: 10px solid #e9a9e2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5x;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#box ul {
	list-style: none;
	margin-left: 20px;
}

#box ul li {
	display: block;
	text-align: left;
	background-image:url('../images/ul_li.jpg');
	background-repeat:no-repeat;
	background-position:12px 7px;
	width: 400px;
	margin-left: -20px;
	padding-left: 30px;
	padding-bottom: 5px;
	line-height: 22px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #5A044D;
}

#box ul li:hover {
	background: #fce7f9;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15x;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.boxtitle {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #5A044D;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 380px;
	margin: 0 auto;
	margin-top: 28px;
}


.boxlink {
	text-align: center;
}

.boxlink a{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #1288cb;
	font-size: 12px;
	font-weight: bold;
}

.boxlink a:hover {
	color: #0b547e;
}




/* box end */
