﻿.newspageheader
{
    color: White;
    line-height:22px;
    background-color: #4b5457;
    height: 22px;
}

.newspageholder
{
    background-color: #fdc400;
    height: 233px;
}

.alertitem
{
    font-size: 12px;
    color: #7d0e6d;
}

.alertdate
{
    color: Gray;
}

.newsletter
{
    width: 60px;
    text-align: center;
    height: 100px;
    float: left;
}

.subscribe
{
    position: absolute;
    top: 288px;
    left: 828px;
    z-index: 20;
}

.fieldentry
{
    position: relative;
	width: 130px;
	height: 50px;
}

.lbl
{
    position: absolute;
    top: 0px;
    left: 5px;   
}

.txtbox
{
    position: absolute;
    top: 18px;
    left: 5px;   
    width: 120px;
    height: 25px;
    border: solid 1px black;
    overflow: hidden;
    line-height: 25px;
}

.btnsend
{
    width: 90px;
    height: 20px;
    margin-left: 20px;
    border: none;
    background-color: #7d0e6d;
    color: White;
    font-family: 'Times New Roman' , Times, serif;
}

.rfv
{
    position: absolute;
    top: 0px;
    left: 40px;
}


