/* This stylesheet is used to style the public view of the plugin. */

.phzfinder {
float: left;
width: 100%;
margin-top: -50px;
}
.phzfinder label {
float: left;
text-align: center;
width: 100%;
margin-bottom: 10px;
clear: both;
}
.phzfinder input {
display: block;
width: 90px;
margin: 0px auto -15px;
border: 1px solid #CCC;
padding: 3px;
}
.phzfinder textarea {
float: left;
width: 250px;
height: 100px;
border: 1px solid #CCC;
}
.phzfinder #node {
text-align: center;
width: auto;
background-color: #CC5553;
padding: 5px;
color: #FFF;
border: 1px solid #9B413F;
margin-top: 10px;
}
.phzfinder #success {
text-align: center;
width: auto;
background-color: #E3B749;
color: #0E3217;
padding: 5px;
border: 1px solid #6DA32C;
display: none;
margin-top: 10px;
}
.phzfinder input[type=submit] {
display: block;
margin: 0px auto ;
width: auto;
padding: 5px 20px;
background-color: #aaccaa;
border: 1px solid #CCC;
text-align: center;
clear: both;
}