/* CSS Document */

body { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

h1 { 
    font-size: 40px;
    color:#0000FF;
}

input[type='text'], input.text , select , button {
    border-width: 1px;
    border-top-color: #999;
    border-left-color: #999;
    border-right-color: #f4f4f4;
    border-bottom-color: #f4f4f4;
    padding: 2px;
	background-color:#eee;
}

select {
	width:206px;
	height:30px;
	font-size:12px;
	font-weight:bold;
}

button {
	width:150px;
	height:30px;
	font-size:12px;
	font-weight:bold;
}

input[type='text'], 
input.text {
	font-size:14px;
	font-weight:bold;
	height:28px;
}

.titletxt {
	width:200px;
}

.valuetxt {
	width:50px;
}

.colortxt {
	width:60px;
}

label{
	font-size:14px;
	font-weight:bold;
}