﻿.voippie {
    color:#333333;
    font-family:'Lucida Grande',sans-serif;
    font-size:0.75em;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    text-align:center;
}

.voippie input  {
    color:#AAAAAA;   
}

.voippie input, .call_submit {
    border-color:#999999 !important;
    padding-bottom:5px !important;
    padding-top:5px !important;
    vertical-align:middle;
    float: left;
    color:#000000;
    font-weight:bold;
    height: 16px;
}

.voippie input {
    border-color:#B4B4B4 #CCCCCC #CCCCCC #B4B4B4;
    border-style:solid none solid solid;
    border-width:1px 0 1px 1px;
    font-size:1em;
    margin:0.25em 0 0.25em 0;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    padding:0.4em;
    width:117px;
    border-left-width: 0;
}
   
.voippie .round-left {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-topleft:5px;
}

.voippie .round-right {
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topright:5px;
    clear: none !important;
}

.countryFlag {
    float: left;
    height: 16px;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    margin:0.25em 0;
    width: 24px;
    border-right-width: 0;    
}


.voippie .submit {
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topright:3px;
    background-color:#EEEEEE;
    background-position:center top;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    padding:0.4em 0.9em;
    margin: 0.25em 0 0.25em 0;
}

.voippie input, .voippie .call_submit, .voippie .countryFlag {
    border-color:#999999 !important;
    padding-bottom:5px !important;
    padding-top:5px !important;
    vertical-align:middle;
}
 
.voippie .call_submit {
    -moz-background-clip:border !important;
    -moz-background-inline-policy:continuous !important;
    -moz-background-origin:padding !important;
    background:transparent url(http://voip.ras.net.nz/images/icn/telbtn.png) repeat scroll -2px 0;
}

.voippie .call_submit:hover {
     background-position: -2px -24px;
}
    
#refImage {
	clear:both;
	float: left;
}