.TextBox {
	border: 1px solid #D9DAD9;
}
.SelectBox {
	border: 1px solid #D9DAD9;
}
.List {
	font-size: 1em;
	border: 1px solid #D9DAD9;
}
.DateButton{
	height:1.6em;
}
.Button {
	border: 1px solid #D9DAD9;
}
.Label {
	font-weight: bold;
}
.IPTCChosenItem a {
    font-weight: bold;
    color: #990000;
    text-decoration: none;
    padding: 0px 4px 0px 4px;
    margin-left: 3px;
    border: 1px solid gray;
}
.IPTCChosenItem a:visited {
    color: #990000;
}
.IPTCChosenItem a:hover {
    color: #ff0000;
}