*{
	margin:0;
	padding:0;
}

body
{
	background: #ffe56e;
}

.welcome .login_txtreg{
    border-style:none;
    font-size: 15pt;
    padding: 2px 2px 2px 2px;
    background-color: #fff9b6;
}

.welcome
{
    font-family:"arial";
    color : #358539;
    
    position:absolute;
	height:410px;
	width:420px;
	margin:-110px 0px 0px -200px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: auto;
}

.welcome h1
{
    font-size: 15pt;
}

.welcome #reg_btn
{
    width: 100px;
    text-align:center;
    font-size: 16pt;
}

.search
{
    width: 400px;
    text-align:center;
    font-size: 16pt;
    border-style:none;
}

#login
{
    float:right;
}

#login a
{
	font-family:"Arial";
	color : #2eab34;
	font-size: 14pt;
}


.clear
{
    clear: both;
}

.tables
{
    font-family:"arial";
    color : #358539;
}

#gohome
{
    float:left;
}

#gohome a
{
	font-family:"Arial";
	color : #2eab34;
	font-size: 14pt;
}