
.jqmWindow input{
width:186px;
height:14px;
margin-bottom:7px;
padding:1px 7px;
}

.jqmWindow textarea{
width:186px;
height:56px;
margin-bottom:7px;
padding:1px 7px;
}

.jqmWindow{
border:#fc322e solid 1px;
position:fixed;
left:50%;
display:none;
font-family: Calibri, Trebuchet MS, Arial, Sans-Serif;
font-size:16px;
line-height:16px;
padding:20px 30px;
}

.jqmWindow label{
float:left;
}

.jqmWindow input,.jqmWindow textarea{
float:right;
}

.close-x{
display:block;
background:url(close-x.png);
height:42px;
width:42px;
position:absolute;
top:-15px;
right:-15px;
text-decoration:none;
}