 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
 }  
 .kwicks li{  
    padding: 0px;  
    cursor:pointer;  
    float: left;
	width: 111px;
	text-align:center;
	height: 26px;
	margin-right: 1px;
	border-color: #A2589E;
	background-image:url(pink.jpg);
	background-repeat:repeat;
	
}
.kwicks a{
	display:block;
	height:26px;
	padding-top:3px;
	text-indent:5px;
	text-decoration:none;
}


#kwick.active, #kwick:hover { 
		
	
}

.txtbox
{
	font-family: verdana; font-size: 11px; height: 23px; width: 170px; border: 1px purple solid; background-color:white; 
}

.column1
{
	font-family: serif; font-size: 16px; font-weight: 700; color: purple; 
}

.txtbox2
{
	font-family: verdana; width:170px; height:23px; border: 1px purple solid; background-color:white;
}

.txtarea
{
	font-family: Verdana; font-size: 11px; color: #000000; height: 70px; width: 170px; border: 1px purple solid; background-color:white;
}

.button
{
	background-color:purple; font-weight:bold; color:#FFFFFF;
	border:1px solid #FFFFFF;
	cursor: pointer;
}
