@charset "utf-8";
/* CSS Document */


.mdg-checkoutFormsTable input[type=text], 
.mdg-checkoutFormsTable input[type=file], 
.mdg-checkoutFormsTable input[type=password],
.mdg-checkoutFormsTable textarea, .mdg-checkoutFormsTable select,

.mdg-loginBox input[type=text], 
.mdg-loginBox input[type=file], 
.mdg-loginBox input[type=password],
.mdg-loginBox textarea, .mdg-checkoutFormsTable select
{width:200px; border:1px solid #ccc; border-radius:3px; color:#555; padding:8px 8px; font-size:13px;
 background-color:#f7f7f7; margin-bottom: 10px; font-weight:normal;
 -moz-border-radius:3px; box-shadow:inset 0px 1px 3px #bbb;
 -webkit-box-shadow:inset 0px 1px 3px #bbb;
 -moz-box-shadow:inset 0px 1px 3px #bbb;  
}

.mdg-checkoutFormsTable label
{clear: both; width: 200px; text-align: left; font-weight:normal;}

input[type=submit]
{font-weight:normal;}

input[type=checkbox], 
input[type=radio]
{width:auto; height:auto;}

textarea 
{height: 50px;}

input[type=text]:focus, 
input[type=file]:focus, 
input[type=password]:focus,
input[type=number]:focus, 
input[type=email]:focus, 
input[type=range]:focus,
input[type=checkbox]:focus,
textarea:focus, select:focus
{outline: 0px; background-color:#f3ecba;}

input:disabled, 
textarea:disabled, 
select:disabled
{background:#dddddd !important;}


