@charset "UTF-8";
/* CSS Document */

body {
    background-color:#fff;
    margin:20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    background-image: url(popFormBG.png);
    
    background-repeat: no-repeat;
    
}
h1 {
    color:#0099cc;
    font-size: 90%;
    line-height: 120%;
    margin-bottom:20px;

}
#wrapper {
    width:260px;
    position:relative;

}

.text {
    width:250px;
    margin-bottom:10px;
}

label {
    margin-right:0px;
    display:block;
	font-size:12px;
    
}
.buttonContainer{
    text-align:right;
    padding-right:10px;

}
.submitButton{
    margin-top:8px;
    

}
