#contactUS input, #contactUS select {
	border: 1px solid rgb(200, 201, 202);
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(220, 221, 2252) inset;
    height: 20px;
    padding: 1px 0 1px 3px;
	color: #888;
    font-size: 10px;
}
#contactUS select {
    height: 24px;
    padding: 2px 0 1px 3px;
}
#contactUS textarea {
    border: 1px solid rgb(200, 201, 202);
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(220, 221, 2252) inset;
    padding-left: 3px;
    padding-top: 2px;
    font-size: 10px;
}
#contactUS input, #contactUS select, #contactUS textarea {    
    width: 240px;
	margin: 5px;
}
#contactUS input: focus, #contactUS select: focus, #contactUS textarea:focus {    
    color: #333;
}
#contactUS input[type="text"]:hover, #contactUS input[type="password"]:hover {
    border-color: #ccc;
}
.verifyErr {
    background: url("/QA/QAHome.nsf/vwWebSource/firstpage/$FILE/caution.png") repeat scroll 0 0;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.info {
    background: url("/QA/QAHome.nsf/vwWebSource/firstpage/$FILE/question.png") repeat scroll 0 0;
    display: inline-block;
    height: 16px;
    width: 16px;
	margin-left:3px;
	vertical-align: middle;
	cursor: pointer;
}