/* reset, thanks to Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1.35; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

html, body {
	text-align: center;
	background-color: #F3F4F5;
}

body { height: 100%; }

body #container { 
	margin: 20px 0 0 0; 
	height: 100%;
}

	body #container #shadow {
		margin-right: auto;
		margin-left: auto;
		width: 982px;
		background: #eaebec;
		padding: 9px;
		height: 100%;
	}
	
		body #container #shadow #page {
			background: #ffffff;
			width: 940px;
			border: 1px solid #d4d6d8;
			text-align: left;
			margin: 0 auto 0 auto;
			padding: 20px;
			height: 100%;
		}
		
			body #container #shadow #page #header {
				height: 106px;
				width: 940px;
				background: url('images/header.gif') no-repeat top left #660033;
				border-bottom: 5px solid #eaebec;
				margin-bottom: 20px;
				position: relative;
			}
			
				body #container #shadow #page #header #logo-title {
					position: absolute;
					top: 0;
					left: 0;
				}
					body #container #shadow #page #header #logo-title img {
						border: 0;
					}
			
				body #container #shadow #page #header #service-section {
					position: absolute;
					left: 535px;
					width: 410px;
					margin-top: 5px;
					display: inline;
					color: white;
					font-weight: bold;
					font-size: 12px;
				}
					
				body #container #shadow #page #header ul.navlink {
					display: inline;
				}

					body #container #shadow #page #header ul.navlink li {
						display: inline;
						padding: 0 7px 0 11px;
                        float:left;
						background: url('images/nav-divider1.gif') bottom left no-repeat;
					}	
                    body #container #shadow #page #header ul.navlink li.nodivider image{
                        
                        padding-top:0px;
                    }
                    		
					
						body #container #shadow #page #header ul.navlink li.nodivider {
							background: none;
							padding: 0 7px 0 0;
						}
						
				body #container #shadow #page #header #misc ul.navlink li {
					padding: 0 12px 0 16px;
				}
					body #container #shadow #page #header #misc ul.navlink li.nodivider {
						padding: 0 12px 0 0;
					}
					
				body #container #shadow #page #header #misc,
				body #container #shadow #page #header #breadcrumbs {
					color: white;
					font-weight: bold;
				}
				
				body #container #shadow #page #header #breadcrumbs {
					padding: 0 6px 0 6px;
					font-size: 11px;
					margin-top: 4px;
					position: absolute;
					left: 0;
					top: 82px;
				}
				
				body #container #shadow #page #header #misc {
					width: 270px;
					position: absolute;
					right: 0;
					top: 82px;
				}
				
					body #container #shadow #page #header #breadcrumbs a {
						font-size: 11px;
						font-weight: bold;
					}
					
			
			body #container #shadow #page #header a { font-size: 12px; font-weight: bold; text-decoration: none; }
			body #container #shadow #page #header a:link { color: white; }
			body #container #shadow #page #header a:visited { color: white; }
			body #container #shadow #page #header a:active { color: #eaebec; }
			body #container #shadow #page #header a:hover { color: #ebb1d3; }
			
			body #container #shadow #page #header #searchform {
				width: 400px;
				float: right;
				clear: right;
				margin-top: 18px;
				position: absolute;
				right: 0;
				top: 20px;
			}
			
				body #container #shadow #page #header #searchform #find,
				body #container #shadow #page #header #searchform #near,
				body #container #shadow #page #header #searchform #submit {
					float: left;
				}
				
				body #container #shadow #page #header #searchform #find,
				body #container #shadow #page #header #searchform #near {
					background: url('images/searchbox.gif');
					margin-right: 9px;
					width: 162px;
					height: 23px;
					color: #979797;
					font-size: 14px;
					font-weight: bold;
					padding-top: 4px;
				}
				
					body #container #shadow #page #header #searchform #find input.find,
					body #container #shadow #page #header #searchform #near input.near {
						width: 110px;
						border: 0;
					}
			
		
		body #container #shadow #page #maincontent {
			width: 940px;
			position: relative;
		}
		
		.prop {
			height: 600px;
			float:right;
			width:1px;
		}
		
			body #container #shadow #page #maincontent #navigation {
				width: 210px;
				margin-right: 10px;
				float: left;
				left: 0;
				top: 0;
			}
			
				body #container #shadow #page #maincontent #navigation a {
					font-size: 13px;
					text-decoration: none;
					color: #666666;
					font-weight: bold;
				}
				
					body #container #shadow #page #maincontent #navigation a:link {
					}
					
					body #container #shadow #page #maincontent #navigation a:visited {
					}
					
					body #container #shadow #page #maincontent #navigation a:active {
					}
					
					body #container #shadow #page #maincontent #navigation a:hover {
						color: #3D69D9;
					}
					
				body #container #shadow #page #maincontent #navigation ul {
                    list-style:none;
                    margin-left:0px;
                    
				}
				
					body #container #shadow #page #maincontent #navigation ul li {
                        background-image: url(/images/weearrowb.gif);
                        background-repeat: no-repeat;
                        margin-bottom:8px;
                        
                        background-position:0% 2px;
                        padding-left:18px;
                        line-height: 13px;
                        
                        

						
						
                        
					}
                    
						body #container #shadow #page #maincontent #navigation ul li a {
                            padding-top:0px;

						}
						body #container #shadow #page #maincontent #navigation ul li a img {
                            display:none;
						}
					
					body #container #shadow #page #maincontent #navigation ul li.navlarge {
						background: none;
						padding-left: 0;
						font-size: 14px;
						font-weight: bold;
						color: #9DA3B3;
						
						padding-top: 7px;
					}
					
						body #container #shadow #page #maincontent #navigation ul li.navlarge a {
							font-size: 14px;
							font-weight: bold;
						}
			
			body #container #shadow #page #maincontent #content {
				width: 710px;
				float: right;
				top: 0;
				left: 230px;
			}
            
                        body #container #shadow #page #maincontent #content span{
                font-size:12px;
            }
            
            body #container #shadow #page #maincontent #content a {
             color: #000000;
                
            }
			
				div#content h1 {
					color : #660033;
					font-size : 26px;
					font-weight: bold;
					
				}
				
				body #container #shadow #page #maincontent strong.bright {
					font-size: 14px;
					color: #B30059;
					font-weight: bold;
				}
				body #container #shadow #page #maincontent strong.bright2 {
					font-size: 16px;
					color: #660033;
					font-weight: bold;
				}
				body #container #shadow #page #maincontent h2.bright {
					font-size: 16px;
					color: #B30059;
					font-weight: bold;
				}
				
				body #container #shadow #page #maincontent div.skinny {
					height: 1px;
					overflow: hidden;
					line-height: 1px;
					background-color: #DBDDDF;
					margin: 2px 0 10px 0;
				}
				
				body #container #shadow #page #maincontent p {
					margin-bottom: 20px;
				}
				
				body #container #shadow #page #maincontent div.britishservices {
					margin-bottom: 7px;
				}
				
					body #container #shadow #page #maincontent div.britishservices a.web {
						font-size: 15px;
						font-weight: bold;
						color: #2200CC;
						padding-top: 22px;
					}
					
					body #container #shadow #page #maincontent div.britishservices a.webtext {
						font-size: 13px;
						color: #4D4D4D;
						text-decoration: none;
					}
					body #container #shadow #page #maincontent div.britishservices a.weblink {
						font-size: 13px;
						color: #008000;
						text-decoration: underline;
					}
					
				body #container #shadow #page #maincontent div.paging {
					font-size : 13px;
					color : #4D4D4D;
					font-weight : normal;
					text-decoration: none;
					margin-bottom: 10px;
				}
				
					body #container #shadow #page #maincontent div.paging div.alignright {
						text-align: right;
						margin-top: 5px;
					}
				
					body #container #shadow #page #maincontent div.paging a {
						text-decoration: underline;
						color : #4D4D4D;
						margin: 0px 5px 0 0;
						padding: 3px;
					}
					
						body #container #shadow #page #maincontent div.paging a:hover {
							background-color: #650033;
							color: white;
						}
					
						body #container #shadow #page #maincontent div.paging a.selected {
							text-decoration: none;
						}
				
				body #container #shadow #page #maincontent ul.company {
					list-style: none;
					margin-bottom: 15px;
					padding: 0;
				}
				
					body #container #shadow #page #maincontent ul.company li.title-0,
					body #container #shadow #page #maincontent ul.company li.title-1,
					body #container #shadow #page #maincontent ul.company li.title-2,
					body #container #shadow #page #maincontent ul.company li.title-3,
					body #container #shadow #page #maincontent ul.company li.title-4,
					body #container #shadow #page #maincontent ul.company li.title-5,
					body #container #shadow #page #maincontent ul.company li.title-6,
					body #container #shadow #page #maincontent ul.company li.title-7,
					body #container #shadow #page #maincontent ul.company li.title-8,
					body #container #shadow #page #maincontent ul.company li.title-9,
					body #container #shadow #page #maincontent ul.company li.title-10,
					body #container #shadow #page #maincontent ul.company li.title-11,
					body #container #shadow #page #maincontent ul.company li.title-12,
					body #container #shadow #page #maincontent ul.company li.title-13,
					body #container #shadow #page #maincontent ul.company li.title-14,
					body #container #shadow #page #maincontent ul.company li.title-15 {
						padding-left: 23px;
						font-size : 16px;
						font-weight : bold;
						color : #2200CC;
						margin-bottom: 5px;
						
					}

					
						body #container #shadow #page #maincontent ul.company li.title-0 {
							padding-left: 1px;
						}
							body #container #shadow #page #maincontent ul.company li.title-0 img {
								display: block;
								float: left;
								margin-top: 3px;
								margin-right: 3px;
							}
						body #container #shadow #page #maincontent ul.company li.title-1 {
							background: url('images/1a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-2 {
							background: url('images/2a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-3 {
							background: url('images/3a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-4 {
							background: url('images/4a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-5 {
							background: url('images/5a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-6 {
							background: url('images/6a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-7 {
							background: url('images/7a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-8 {
							background: url('images/8a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-9 {
							background: url('images/9a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-10 {
							background: url('images/10a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-11 {
							background: url('images/11a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-12 {
							background: url('images/12a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-13 {
							background: url('images/13a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-14 {
							background: url('images/14a.gif') no-repeat center left;
						}
						
						body #container #shadow #page #maincontent ul.company li.title-15 {
							background: url('images/15a.gif') no-repeat center left;
						}
					
					body #container #shadow #page #maincontent ul.company li.address,
					body #container #shadow #page #maincontent ul.company li.phone,
					body #container #shadow #page #maincontent ul.company li.web {
						font-size : 13px;
						color : #000000;
					}
					
					
					
						body #container #shadow #page #maincontent ul.company li.web a {
							color: #008000;
						}
						
						body #container #shadow #page #maincontent ul.company li.web a:hover {
							text-decoration: underline;
							color: #650033;
						}
					
				body #container #shadow #page #maincontent table#countydata,
				body #container #shadow #page #maincontent table#towndata {
					
				}
				
					body #container #shadow #page #maincontent table#countydata td,
					body #container #shadow #page #maincontent table#towndata td {
						width: 20%;
					}
				
					body #container #shadow #page #maincontent table#countydata ul.countydata,
					body #container #shadow #page #maincontent table#towndata ul.towndata {
						list-style: none;
						font-size: 12px;
					}
					
						body #container #shadow #page #maincontent table#countydata ul.countydata li,
						body #container #shadow #page #maincontent table#towndata ul.towndata li {
							padding-left: 0px; 
							line-height: 1.5;
						}
							
							body #container #shadow #page #maincontent table#countydata ul.countydata li img,
							body #container #shadow #page #maincontent table#towndata ul.towndata li img {
								margin-right: 3px;
							}
						
							body #container #shadow #page #maincontent table#countydata ul.countydata li a,
							body #container #shadow #page #maincontent table#towndata ul.towndata li a {
								text-decoration: none;
								color: #666666;
								font-weight: bold;
							}
							
								body #container #shadow #page #maincontent table#countydata ul.countydata li a:hover,
								body #container #shadow #page #maincontent table#towndata ul.towndata li a:hover {
									color: #650033;
									text-decoration: underline;
								}
								
				body #container #shadow #page #maincontent .indextable { width: 100%; }

					body #container #shadow #page #maincontent .indextable .col1 { width: 350px; margin-right: 5px; float: left; }
						body #container #shadow #page #maincontent .indextable .col1 div.header { background: #335297;  padding: 5px 0 0 8px; margin: 0 0 20px 0; }
							body #container #shadow #page #maincontent .indextable .col1 div.header img { width: 135px; height: 23px; }
					
					body #container #shadow #page #maincontent .indextable .col2 { float: right;  margin-left: 5px; width: 350px; }
						body #container #shadow #page #maincontent .indextable .col2 div.header { background: #660033; padding: 5px 0 0 8px; margin: 0 0 20px 0; }
							body #container #shadow #page #maincontent .indextable .col2 div.header img { width: 178px; height: 23px; }
							
					body #container #shadow #page #maincontent .indextable .col-container { }
					
						body #container #shadow #page #maincontent .indextable .col-divider { height: 20px; clear: left; }
					
						body #container #shadow #page #maincontent .indextable .col-container .image {
							margin: 0 5px 0 0;
							width: 93px;
							height: 93px;
							float: left;
						}
						
							body #container #shadow #page #maincontent .indextable .col1 .col-container .image { border: 1px solid #335297; }
							body #container #shadow #page #maincontent .indextable .col2 .col-container .image {  border: 1px solid #660033; }
							
						body #container #shadow #page #maincontent .indextable .col-container .data { font-size: 12px; }
						
							body #container #shadow #page #maincontent .indextable .frontPageTitleBlue {
								font-size : 14px;
								color : #335297;
								font-weight : bold;
								text-decoration: none;
							}
							
							body #container #shadow #page #maincontent .indextable .frontPageTitle {
								color :#B30059;
								font-size : 14px;
								font-weight : bold;
								text-decoration: none;
							}
							
							body #container #shadow #page #maincontent .indextable .col2 a {
								font-size : 12px;
								color : #B30059;
								text-decoration: none;
							}
							
								body #container #shadow #page #maincontent .indextable .col2 a:hover { text-decoration: underline; }
							
							body #container #shadow #page #maincontent .indextable .col1 a {
								font-size: 12px;
								color: #335297;
								text-decoration: none;
							}
							
								body #container #shadow #page #maincontent .indextable .col1 a:hover {
									text-decoration: underline;
								}
								
							body #container #shadow #page #maincontent .indextable .col1 ul,
							body #container #shadow #page #maincontent .indextable .col2 ul {
								margin-bottom: 20px;
							}
								body #container #shadow #page #maincontent .indextable .col1 li img, 
								body #container #shadow #page #maincontent .indextable .col2 li img {
									margin-right: 3px;
								}
								
							
								body #container #shadow #page #maincontent .indextable .col1 li {
									padding-left: 2px;
									padding-bottom: 1px;
								}
							
								body #container #shadow #page #maincontent .indextable .col1 li.frontPageTitleBlue,
								body #container #shadow #page #maincontent .indextable .col2 li.frontPageTitle {
									padding-left: 0;
									background: none;
								}
								
								body #container #shadow #page #maincontent .indextable .col2 li {
									padding-left: 2px;
									padding-bottom: 1px;
								}
								
	body #alternatives {
		background-color: #eaebec;
		padding: 5px;
		margin-bottom: 10px;
	}
	
		body #alternatives table.alternatives {
			width: 100%;
		}
		
			body #alternatives table.alternatives td {
				width: 33%;
			}
			
				body #alternatives table.alternatives td.alternativeheader {
					width: 100%;
				}
				
	body #footer {
		margin: 10px 0 10px 0;
		font-size: 12px;
		color: #808080;
		text-decoration : none;
	}
	
		body #footer a {
			font-size: 12px;
			color: #808080;
			text-decoration : none;
		}
		
			body #footer a:hover {
				color: #650033;
				text-decoration: underline;
			}
		
	body div.clearboth {
		clear: both;
		overflow:hidden;
		height: 1px;
	}
	
	#foo #map { 
		width: 365px; 
		height: 406px; 
		float: right;
		border: 1px solid silver;
	}
	
	#maptext { 
		width: 365px; 
		height: 15px; 
		float: right;
		text-align: right;
	}
	
		
/* Legacy CSS from old templates */
/* These have now been altered so that the legacy pages use proper CSS and not tables -neil */
	
div#content{
	float: right;
}

div#content
	div{
		font-size: 12px;
	}	

div#content
	div
		ul {
			margin-bottom: 10px;
		}

div#content
	div
		ul 
			li{
			padding-top: 5px;
			padding-bottom: 5px;
			margin-left: 15px;
		}
div#content
	div
		ul
			ul 
				li{
					padding-top: 5px;
					padding-bottom: 5px;
					margin-left: 30px;
				}
div#content
	div
		ul 
			li 
				a{
					color: #660033;
				}
		
div#content
	div
		ul 
			li 
				a:hover{
					text-decoration: none;
				}
	
div#content
	div.countylist
		ul
			li,
div#content
	div.informationHolder
		ul
			li{
				list-style-type: square;
			}
				
div#content
	li.name{
		font-weight: bold;
		padding-bottom: 2px;
	}
	
div#content
	ul.bizlist
		li{
			list-style-type: square;
		}

	
div#content
	ul.bizlist
		li.des,
div#content
	ul.bizlist
		li.adr,
div#content
	ul.bizlist
		li.tel,
div#content
	ul.bizlist
		li.mob,
div#content
	ul.bizlist
		li.com,
div#content
	ul.bizlist
		li.fax,
div#content
	ul.bizlist
		li.eml,
div#content
	ul.bizlist
		li.web{
			font-weight: normal;
			list-style: none;
			padding: 0px 0px 4px 0px;
			margin-left: 0px;
			/* if IE */
			margin-left: expression('-16px');
		}
div#content
	ul.bizlist
		li.des{
			font-style: italic;
		}
div#content
	div
		strong{
			font-weight: bold;
		}

div#content
	div
		h2{
			font-size: 14px;
			color: #B30059;
			font-weight: bold;
			padding-top: 10px;
		}
div#content
	div
		h3{
			font-size: 13px;
			color: #B30059;
			font-weight: bold;
			padding-top: 7px;
		}

div#content
	div
		p {
			color: #000000;
			text-decoration: none;
		}
div#content
	img.img{
		padding: 4px;
		border: 1px solid #CCCCCC;
	}

div.county
	div#map{
		float: right;
		width: auto;
		margin: 5px;
		border-top: 1px solid #DDDDDD;
		border-right: 1px solid #DDDDDD;
		border-bottom: 4px solid #DDDDDD;
		border-left: 1px solid #DDDDDD;
		padding: 0px;
	}
div.county
	div#map
		h2{
			background: #DDDDDD;
			text-align: right;
			padding-right: 5px;
		}
div.county
	div#map
		p,
div.county
	div#map
		img{
			padding: 0px;
			margin: 0px;
			
		}

		div.indextable
		ul
			li{
				list-style-type: none;
			}
			
ul.bullet li { list-style: square; }

.reportLink{
 
 color: #999999;   
}
.reportLink a{
    font-size:9px;
    color: #999999;
    text-decoration:underline; 
}
.reportLink a:hover{
    color:#000000;
}
/*
-----------------------------------------------------------------
*/
body #container #shadow #page #maincontent .county .indextable { width: 100%; }

body #container #shadow #page #maincontent .county .col1 { width: 350px; margin-right: 5px; float: left; }
body #container #shadow #page #maincontent .county .col1 div.header { background: #335297;  padding: 5px 0 0 8px; margin: 0 0 20px 0; }
body #container #shadow #page #maincontent .county .col1 div.header img { width: 135px; height: 23px; }

body #container #shadow #page #maincontent .county .col2 { float: right;  margin-left: 5px; width: 350px; }
body #container #shadow #page #maincontent .county .col2 div.header { background: #660033; padding: 5px 0 0 8px; margin: 0 0 20px 0; }
body #container #shadow #page #maincontent .county .col2 div.header img { width: 178px; height: 23px; }

body #container #shadow #page #maincontent .county .col-container { }

body #container #shadow #page #maincontent .county .col-divider { height: 20px; clear: left; }

body #container #shadow #page #maincontent .county .col-container .image {
margin: 0 5px 0 0;
width: 93px;
height: 93px;
float: left;
}

body #container #shadow #page #maincontent .county .col1 .col-container .image { border: 1px solid #335297; }
body #container #shadow #page #maincontent .county .col2 .col-container .image {  border: 1px solid #660033; }

body #container #shadow #page #maincontent .county .col-container .data { font-size: 12px; }

body #container #shadow #page #maincontent .county .frontPageTitleBlue {
font-size : 14px;
color : #335297;
font-weight : bold;
text-decoration: none;
}

body #container #shadow #page #maincontent .county .frontPageTitle {
color :#B30059;
font-size : 14px;
font-weight : bold;
text-decoration: none;
}

body #container #shadow #page #maincontent .county .col2 a {
font-size : 12px;
color : #B30059;
text-decoration: none;
}

body #container #shadow #page #maincontent .county .col2 a:hover { text-decoration: underline; }

body #container #shadow #page #maincontent .county .col1 a {
font-size: 12px;
color: #335297;
text-decoration: none;
}

body #container #shadow #page #maincontent .county .col1 a:hover {
    text-decoration: underline;
}

body #container #shadow #page #maincontent .county .col1 ul,
body #container #shadow #page #maincontent .county .col2 ul {
margin-bottom: 20px;
}
body #container #shadow #page #maincontent .county .col1 li img, 
body #container #shadow #page #maincontent .county .col2 li img {
    margin-right: 3px;
}


body #container #shadow #page #maincontent .county .col1 li {
    padding-left: 2px;
    padding-bottom: 1px;
}

body #container #shadow #page #maincontent .county .col1 li.frontPageTitleBlue,
body #container #shadow #page #maincontent .county .col2 li.frontPageTitle {
    padding-left: 0;
    background: none;
}

body #container #shadow #page #maincontent .county .col2 li {
    padding-left: 2px;
    padding-bottom: 1px;
}

.bottomSearchForm{
    margin-left: 230px;
    height:40px;
    border:1px solid #d4d6d8;
    background-color: #f3f4f5;
    color: #979797;
    font-size: 14px;
    padding-left:250px;
    padding-top: 20px;
    font-weight: bold;
}
.bottomSearchForm .formContent{
    height:30px;
    width: 460px;
    
}
.bottomSearchForm .bottomSearchForm .inputbox{
    height:25px;
    width:120px;
    border: 1px solid #CCCCCC;
    color: #999;
}
.bottomSearchForm .bottomSearchForm .searchBtn{
    margin-top:0px;
    width: 49px;
    height:27px;
    background-repeat: no-repeat;
    background-color:transparent;
    border:0px;
    
    
}