﻿/* styles for the psuedo-select box */
div.mcdropdown {
    border:1px solid #bbbbbb;
    font-size:1.0em;
    height:10px;
    padding:4px 5px;
    /* Non standard */
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/* style either the input or div where the plug-in is attached to */
div.mcdropdown input, div.mcdropdown div {
	margin:0 !important;
	padding: 1px 0 0 5px !important;
}
div.mcdropdown a {
    margin-top:0;
}
