@charset "utf-8";
/* CSS Document */
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.formLine {
        clear: both;
        padding-top: 2px;
        *padding-top: 0px;
		margin-left: 6px;
		*margin-left: 2px;
		
}
div.formLine span.formLabel {
        float: left;
        width: 30%;
        text-align: right;
        padding-top: 3px;
}
div.formLine span.formElement {
        float: right;
        width: 70%;
        text-align: left;
}

div.formLine span.formText {
        padding-top: 3px;
        float: right;
        width: 69%;
        text-align: left;
}

input.igcText {
		font-size: 1em;
}

button.igcLoginButton {
	outline: none;
	width: 40px;
	height: 16px;
	background: url(/images/btn_login.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.igcLoginButton:hover {
	outline: none;
	background: url(/images/btn_login.png) no-repeat 0 -16px;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.igcUpdate {
	outline: none;
	width: 60px;
	height: 18px;
	line-height: 18px;
	background: url(/images/btn_6018.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

button.igcUpdate:hover {
	outline: none;
	background: url(/images/btn_6018.png) no-repeat 0 -18px;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.igcSubmit {
	outline: none;
	width: 60px;
	height: 18px;
	line-height: 18px;
	background: url(/images/btn_6018.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

button.igcSubmit:hover {
	outline: none;
	background: url(/images/btn_6018.png) no-repeat 0 -18px;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.igcSubscribe {
	outline: none;
	width: 60px;
	height: 18px;
	line-height: 18px;
	background: url(/images/btn_6018a.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

button.igcSubscribe:hover {
	outline: none;
	background: url(/images/btn_6018a.png) no-repeat 0 -18px;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.igcBtnUnSub {
        outline: none;
        width: 80px;
        height: 16px;
        background: url(/images/btn_unsubscribe.png) no-repeat 0 0;
        cursor: pointer;
        cursor: hand;
        border:none;
}

button.igcBtnUnSub:hover {
        outline: none;
        background: url(/images/btn_unsubscribe.png) no-repeat 0 -16px;
        cursor: pointer;
        cursor: hand;
        border:none;
}

button.igcButtonSend {
	outline: none;
	width: 60px;
	height: 16px;
	background: url(/images/btn_send.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.igcButtonSend:hover {
	outline: none;
	background: url(/images/btn_send.png) no-repeat 0 -16px;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.igcRegisterButton {
	outline: none;
	width: 60px;
	height: 22px;
	background: url(/images/btn_register.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.igcRegisterButton:hover {
	outline: none;
	background: url(/images/btn_register.png) no-repeat 0 -22px;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.mainLogin {
	outline: none;
	width: 60px;
	height: 22px;
	background: url(/images/btn_main_login.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.mainLogin:hover {
	outline: none;
	background: url(/images/btn_main_login.png) no-repeat 0 -22px;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.mapFind {
	outline: none;
	width: 20px;
	height: 20px;
	background: url(/images/btn_find.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
	vertical-align: middle;
	margin-left: 2px;
	margin-bottom: 2px;
}

button.mapFind:hover {
	outline: none;
	background: url(/images/btn_find.png) no-repeat 0 -20px;
	cursor: pointer;
	cursor: hand;
	border:none;
	vertical-align: middle;
	margin-left: 2px;
	margin-bottom: 2px;
}

button.mainSubmit {
	outline: none;
	width: 60px;
	height: 22px;
	background: url(/images/btn_submit.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.mainSubmit:hover {
	outline: none;
	background: url(/images/btn_submit.png) no-repeat 0 -22px;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.igcSubscribeButton {
	outline: none;
	width: 60px;
	height: 16px;
	background: url(/images/btn_subscribe.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
}

button.igcSubscribeButton:hover {
	outline: none;
	background: url(/images/btn_subscribe.png) no-repeat 0 -16px;
	cursor: pointer;
	cursor: hand;
	border:none;
}

div.smallForm {
        clear: both;
        padding-top: 2px;
        *padding-top: 0px;
		margin-left: 6px;
		*margin-left: 2px;
		
}
div.smallForm span.smallLabel {
        float: left;
        width: 30%;
        text-align: right;
        padding-top: 3px;
}
div.smallForm span.smallElement {
        float: right;
        width: 68%;
        text-align: left;
}
